[uim-commit] r854 - trunk/scm

kzk at freedesktop.org kzk at freedesktop.org
Wed Jun 1 09:46:16 PDT 2005


Author: kzk
Date: 2005-06-01 09:46:13 -0700 (Wed, 01 Jun 2005)
New Revision: 854

Modified:
   trunk/scm/anthy.scm
Log:
* scm/anthy.scm
  - (anthy-flush): set transposing mode "off"


Modified: trunk/scm/anthy.scm
===================================================================
--- trunk/scm/anthy.scm	2005-06-01 16:44:54 UTC (rev 853)
+++ trunk/scm/anthy.scm	2005-06-01 16:46:13 UTC (rev 854)
@@ -354,6 +354,7 @@
     (ustr-clear! (anthy-context-preconv-ustr ac))
     (ustr-clear! (anthy-context-raw-ustr ac))
     (ustr-clear! (anthy-context-segments ac))
+    (anthy-context-set-transposing! ac #f)
     (anthy-context-set-converting! ac #f)
     (if (anthy-context-candidate-window ac)
 	  (im-deactivate-candidate-selector ac))



More information about the uim-commit mailing list