im: Fix signal handler signature
This was causing crashes, probably since 2019 :( Fixes: #7306 Fixes: #7331
This commit is contained in:
parent
a1102b2277
commit
32381771b1
@ -282,7 +282,8 @@ gtk_im_multicontext_get_slave (GtkIMMulticontext *multicontext)
|
||||
}
|
||||
|
||||
static void
|
||||
im_module_setting_changed (GtkSettings *settings,
|
||||
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