[uim-commit] r197 - trunk/scm

tkng@freedesktop.org tkng@freedesktop.org
Sun Jan 9 11:49:12 PST 2005


Author: tkng
Date: 2005-01-09 11:49:08 -0800 (Sun, 09 Jan 2005)
New Revision: 197

Modified:
   trunk/scm/anthy.scm
Log:
* scm/anthy.scm: Changed the order of im-commit and reset-candidate-window
 to fix Bug #1855.


Modified: trunk/scm/anthy.scm
===================================================================
--- trunk/scm/anthy.scm	2005-01-09 18:50:24 UTC (rev 196)
+++ trunk/scm/anthy.scm	2005-01-09 19:49:08 UTC (rev 197)
@@ -759,9 +759,9 @@
 
 (define anthy-do-commit
   (lambda (ac)
-    (anthy-reset-candidate-window ac)
     (im-commit ac (anthy-get-commit-string ac))
     (anthy-commit-string ac)
+    (anthy-reset-candidate-window ac)
     (anthy-flush ac)))
 
 (define anthy-correct-segment-cursor



More information about the Uim-commit mailing list