[uim-commit] r1861 - trunk/scm

yamaken at freedesktop.org yamaken at freedesktop.org
Thu Oct 20 18:20:16 PDT 2005


Author: yamaken
Date: 2005-10-20 18:20:12 -0700 (Thu, 20 Oct 2005)
New Revision: 1861

Modified:
   trunk/scm/prime-custom.scm
Log:
* scm/prime-custom.scm
  - (custom prime-custom-default-language, custom
    prime-auto-register-mode): Remove misuse of primary-group 'global'
    as subgroup. Thanks the anonymous reporter


Modified: trunk/scm/prime-custom.scm
===================================================================
--- trunk/scm/prime-custom.scm	2005-10-18 22:00:20 UTC (rev 1860)
+++ trunk/scm/prime-custom.scm	2005-10-21 01:20:12 UTC (rev 1861)
@@ -47,7 +47,7 @@
   (_ "Japanese specific settings"))
 
 (define-custom 'prime-custom-default-language 'Japanese
-  '(prime global)
+  '(prime)
   (list 'choice
 	(list 'Japanese (_ "Japanese") (_ "Japanese"))
 	(list 'English  (_ "English")  (_ "English")))
@@ -55,7 +55,7 @@
   (_ "long description will be here."))
 
 (define-custom 'prime-auto-register-mode? #t
-  '(prime global)
+  '(prime)
   '(boolean)
   (_ "Enable auto register mode")
   (_ "long description will be here."))



More information about the uim-commit mailing list