Revision: 6562
Author: ek.kato
Date: Thu Jul 22 18:17:58 2010
Log: * scm/im-custom.scm : Rename preedit subgroup properly.

http://code.google.com/p/uim/source/detail?r=6562

Modified:
 /trunk/scm/im-custom.scm

=======================================
--- /trunk/scm/im-custom.scm    Thu Jul 22 18:04:39 2010
+++ /trunk/scm/im-custom.scm    Thu Jul 22 18:17:58 2010
@@ -125,7 +125,7 @@
                     (N_ "long description will be here."))

 ;; subgroup
-(define-custom-group 'preedit
+(define-custom-group 'xim-preedit
                     (N_ "Preedit settings of XIM")
                     (N_ "long description will be here."))

@@ -771,13 +771,13 @@
 ;;

 (define-custom 'uim-xim-use-xft-font? #f
-  '(xim preedit)
+  '(xim xim-preedit)
   '(boolean)
   (N_ "Use anti-aliased fonts for Over-the-Spot/Root-Window preedit")
   (N_ "long description will be here."))

 (define-custom 'uim-xim-xft-font-name "Sans"
-  '(xim preedit)
+  '(xim xim-preedit)
   '(string ".*")
   (N_ "Font name for preedit area (anti-aliased)")
   (N_ "long description will be here."))

Reply via email to