[uim-commit] r875 - trunk/scm

ekato at freedesktop.org ekato at freedesktop.org
Wed Jun 8 20:18:48 PDT 2005


Author: ekato
Date: 2005-06-08 20:18:45 -0700 (Wed, 08 Jun 2005)
New Revision: 875

Modified:
   trunk/scm/skk-custom.scm
Log:
* scm/skk-custom.scm : Fix skk-candidate-op-count for ddskk-like
  behavior.


Modified: trunk/scm/skk-custom.scm
===================================================================
--- trunk/scm/skk-custom.scm	2005-06-09 02:38:21 UTC (rev 874)
+++ trunk/scm/skk-custom.scm	2005-06-09 03:18:45 UTC (rev 875)
@@ -140,7 +140,7 @@
 		   (if (not skk-use-manual-candwin-setting?)
 		       (cond
 			((= skk-candidate-selection-style 'ddskk-like)
-			    (custom-set-value! 'skk-candidate-op-count 4)
+			    (custom-set-value! 'skk-candidate-op-count 5)
 			    (custom-set-value! 'skk-nr-candidate-max 7))
 		        ((= skk-candidate-selection-style 'uim)
 			    (custom-set-value! 'skk-candidate-op-count 2)



More information about the uim-commit mailing list