forked from AuroraMiddleware/gtk
Fix a crash
We had a signal handler with a wrong signature, causing a crash when looking at the GtkSettings properties in the inspector.
This commit is contained in:
parent
1b6252ebf0
commit
324f5472a2
@ -283,6 +283,7 @@ gtk_im_multicontext_get_slave (GtkIMMulticontext *multicontext)
|
||||
|
||||
static void
|
||||
im_module_setting_changed (GtkSettings *settings,
|
||||
GParamSpec *pspec,
|
||||
GtkIMMulticontext *self)
|
||||
{
|
||||
gtk_im_multicontext_set_slave (self, NULL, FALSE);
|
||||
|
Loading…
Reference in New Issue
Block a user