[uim-commit] r608 - in trunk: gtk scm

makeinu at freedesktop.org makeinu at freedesktop.org
Mon Feb 7 20:17:48 PST 2005


Author: makeinu
Date: 2005-02-07 20:17:44 -0800 (Mon, 07 Feb 2005)
New Revision: 608

Modified:
   trunk/gtk/uim-cand-win-gtk.c
   trunk/scm/im-custom.scm
Log:
* gtk/uim-cand-win-gtk.c, scm/im-custom.scm:
  - Changed eb-enable? -> eb-enable-for-annotation?.


Modified: trunk/gtk/uim-cand-win-gtk.c
===================================================================
--- trunk/gtk/uim-cand-win-gtk.c	2005-02-08 04:06:19 UTC (rev 607)
+++ trunk/gtk/uim-cand-win-gtk.c	2005-02-08 04:17:44 UTC (rev 608)
@@ -349,7 +349,7 @@
 #if HAVE_EBLIB
     /* FIXME! This is a ad-hoc solution to advance
        annotation related discussion. */
-    if (uim_scm_symbol_value_bool("eb-enable?")) {
+    if (uim_scm_symbol_value_bool("eb-enable-for-annotation?")) {
       gchar *cand = NULL;
 
       gtk_tree_model_get(model, &iter,

Modified: trunk/scm/im-custom.scm
===================================================================
--- trunk/scm/im-custom.scm	2005-02-08 04:06:19 UTC (rev 607)
+++ trunk/scm/im-custom.scm	2005-02-08 04:17:44 UTC (rev 608)
@@ -317,7 +317,7 @@
 		     (_ "EB library settings")
 		     (_ "long description will be here."))
 
-(define-custom 'eb-enable? #f
+(define-custom 'eb-enable-for-annotation? #f
   '(eb candwin)
   '(boolean)
   (_ "Use EB library to search annotations")



More information about the Uim-commit mailing list