[uim-commit] r3123 - trunk/gtk

ekato at freedesktop.org ekato at freedesktop.org
Sat Feb 18 08:29:57 PST 2006


Author: ekato
Date: 2006-02-18 08:29:49 -0800 (Sat, 18 Feb 2006)
New Revision: 3123

Modified:
   trunk/gtk/gtk-im-uim.c
Log:
* gtk/gtk-im-uim.c (parse_helper_str) : Obsolete prop_label.
(im_uim_focus_in) : Ditto.


Modified: trunk/gtk/gtk-im-uim.c
===================================================================
--- trunk/gtk/gtk-im-uim.c	2006-02-18 16:14:25 UTC (rev 3122)
+++ trunk/gtk/gtk-im-uim.c	2006-02-18 16:29:49 UTC (rev 3123)
@@ -907,8 +907,10 @@
   } else if (focused_context && !disable_focused_context) {
     if (g_str_has_prefix(str, "prop_list_get") == TRUE) {
       uim_prop_list_update(focused_context->uc);
+#if 0
     } else if (g_str_has_prefix(str, "prop_label_get") == TRUE) {
       uim_prop_label_update(focused_context->uc);
+#endif
     } else if (g_str_has_prefix(str, "prop_activate") == TRUE) {
       lines = g_strsplit(str, "\n", 0);
       if (lines && lines[0]) {
@@ -1065,7 +1067,9 @@
   uim_helper_client_focus_in(uic->uc);
 
   uim_prop_list_update(uic->uc);
+#if 0
   uim_prop_label_update(uic->uc);
+#endif
 
   for (cc = context_list.next; cc != &context_list; cc = cc->next) {
     if (cc != uic && cc->cwin)



More information about the uim-commit mailing list