[uim-commit] r1402 - trunk/scm

ekato at freedesktop.org ekato at freedesktop.org
Sun Sep 4 16:41:48 EST 2005


Author: ekato
Date: 2005-09-03 23:41:44 -0700 (Sat, 03 Sep 2005)
New Revision: 1402

Modified:
   trunk/scm/generic.scm
Log:
* scm/generic.scm (generic-set-candidate-index-handler) : Update
  preedit.


Modified: trunk/scm/generic.scm
===================================================================
--- trunk/scm/generic.scm	2005-09-04 06:25:41 UTC (rev 1401)
+++ trunk/scm/generic.scm	2005-09-04 06:41:44 UTC (rev 1402)
@@ -457,7 +457,8 @@
 (define generic-set-candidate-index-handler
   (lambda (pc idx)
     (let ((rkc (generic-context-rk-context pc)))
-      (generic-context-set-rk-nth! pc idx))))
+      (generic-context-set-rk-nth! pc idx)
+      (generic-update-preedit pc))))
 
 (define generic-init-handler
   (lambda (id im init-handler)



More information about the uim-commit mailing list