Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 287687 | Differences between
and this patch

Collapse All | Expand All

(-)a/gtk/gtkimmulticontext.c (-3 lines)
Lines 289-297 gtk_im_multicontext_set_client_window (GtkIMContext *context, Link Here
289
289
290
  if (g_strcmp0 (multicontext->context_id, get_effective_context_id (multicontext)) != 0)
290
  if (g_strcmp0 (multicontext->context_id, get_effective_context_id (multicontext)) != 0)
291
    gtk_im_multicontext_set_slave (multicontext, NULL, FALSE);
291
    gtk_im_multicontext_set_slave (multicontext, NULL, FALSE);
292
293
  if (multicontext->slave)
294
    gtk_im_context_set_client_window (multicontext->slave, window);
295
}
292
}
296
293
297
static void
294
static void

Return to bug 287687