Revision: 6551
Author: deton.kih
Date: Tue Jul 20 03:59:14 2010
Log: * scm/tutcode.scm
  - (tutcode-check-candidate-window-begin):
    Revert change in r6528 to solve regression.

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

Modified:
 /trunk/scm/tutcode.scm

=======================================
--- /trunk/scm/tutcode.scm      Mon Jul 19 03:33:35 2010
+++ /trunk/scm/tutcode.scm      Tue Jul 20 03:59:14 2010
@@ -641,7 +641,7 @@
   (if (and (eq? (tutcode-context-candidate-window pc)
                 'tutcode-candidate-window-off)
            tutcode-use-candidate-window?
-           (> (tutcode-context-nth pc) tutcode-candidate-op-count))
+           (>= (tutcode-context-nth pc) (- tutcode-candidate-op-count 1)))
     (begin
       (tutcode-context-set-candidate-window! pc
         (if (eq? (tutcode-context-state pc) 'tutcode-state-kigou)

Reply via email to