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:
Matthias Clasen 2019-04-12 13:58:33 -04:00
parent 1b6252ebf0
commit 324f5472a2

View File

@ -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);