Don't forget to set the client window on the slave

This commit is contained in:
Matthias Clasen 2009-09-04 20:34:09 -04:00
parent 5c14089225
commit 6b7fef09ca

View File

@ -289,6 +289,9 @@ gtk_im_multicontext_set_client_window (GtkIMContext *context,
if (g_strcmp0 (multicontext->context_id, get_effective_context_id (multicontext)) != 0)
gtk_im_multicontext_set_slave (multicontext, NULL, FALSE);
if (multicontext->slave)
gtk_im_context_set_client_window (multicontext->slave, window);
}
static void