[uim-commit] r260 - trunk/scm
tkng@freedesktop.org
tkng@freedesktop.org
Tue Jan 11 11:39:01 PST 2005
Author: tkng
Date: 2005-01-11 11:38:58 -0800 (Tue, 11 Jan 2005)
New Revision: 260
Modified:
trunk/scm/anthy.scm
Log:
* scm/anthy.scm:
-(anthy-flush): Candidate window should be deactivated before
calling (anthy-context-set-candidate-window! ac #f)
Modified: trunk/scm/anthy.scm
===================================================================
--- trunk/scm/anthy.scm 2005-01-11 19:27:45 UTC (rev 259)
+++ trunk/scm/anthy.scm 2005-01-11 19:38:58 UTC (rev 260)
@@ -395,6 +395,8 @@
(ustr-clear! (anthy-context-raw-ustr ac))
(ustr-clear! (anthy-context-segments ac))
(anthy-context-set-converting! ac #f)
+ (if (anthy-context-candidate-window ac)
+ (im-deactivate-candidate-selector ac))
(anthy-context-set-candidate-window! ac #f)
(anthy-context-set-candidate-op-count! ac 0)))
More information about the Uim-commit
mailing list