Revision: 6650
Author: deton.kih
Date: Sat Jul 31 18:16:47 2010
Log: * scm/tutcode.scm
- (tutcode-set-candidate-index-handler):
Fix to be able to use commit by mouse click on recursive learning.
http://code.google.com/p/uim/source/detail?r=6650
Modified:
/trunk/scm/tutcode.scm
=======================================
--- /trunk/scm/tutcode.scm Sat Jul 31 18:03:09 2010
+++ /trunk/scm/tutcode.scm Sat Jul 31 18:16:47 2010
@@ -1926,7 +1926,7 @@
(begin
(tutcode-context-set-nth! pc idx)
(if (eq? (tutcode-context-state pc) 'tutcode-state-kigou)
- (im-commit pc (tutcode-prepare-commit-string-for-kigou-mode pc))
+ (tutcode-commit pc (tutcode-prepare-commit-string-for-kigou-mode
pc))
(tutcode-commit-with-auto-help pc))
(tutcode-update-preedit pc)))))