[uim-commit] r1257 - branches/0.4/gtk
ekato at freedesktop.org
ekato at freedesktop.org
Sun Aug 21 13:43:21 EST 2005
Author: ekato
Date: 2005-08-20 20:43:19 -0700 (Sat, 20 Aug 2005)
New Revision: 1257
Modified:
branches/0.4/gtk/gtk-im-uim.c
Log:
* gtk/gtk-im-uim.c : Backport changes in r1253 from trunk.
Modified: branches/0.4/gtk/gtk-im-uim.c
===================================================================
--- branches/0.4/gtk/gtk-im-uim.c 2005-08-21 03:41:14 UTC (rev 1256)
+++ branches/0.4/gtk/gtk-im-uim.c 2005-08-21 03:43:19 UTC (rev 1257)
@@ -710,7 +710,7 @@
IMUIMContext *uic = (IMUIMContext *)ptr;
GString *tmp;
- if (uic != focused_context)
+ if (uic != focused_context || disable_focused_context)
return;
tmp = g_string_new("");
@@ -728,7 +728,7 @@
gint x, y;
uim_bool show_state;
- if (uic != focused_context)
+ if (uic != focused_context || disable_focused_context)
return;
tmp = g_string_new("");
More information about the uim-commit
mailing list