[uim-commit] r265 - trunk/scm
ekato@freedesktop.org
ekato@freedesktop.org
Wed Jan 12 02:38:17 PST 2005
Author: ekato
Date: 2005-01-12 02:38:11 -0800 (Wed, 12 Jan 2005)
New Revision: 265
Modified:
trunk/scm/skk.scm
Log:
scm/skk.scm (skk-flush) : Reset candidate window explicitly.
Modified: trunk/scm/skk.scm
===================================================================
--- trunk/scm/skk.scm 2005-01-12 09:15:36 UTC (rev 264)
+++ trunk/scm/skk.scm 2005-01-12 10:38:11 UTC (rev 265)
@@ -333,8 +333,7 @@
(skk-context-set-head! sc '())
(skk-context-set-okuri-head! sc "")
(skk-context-set-okuri! sc '())
- (skk-context-set-candidate-op-count! sc 0)
- (skk-context-set-candidate-window! sc #f)
+ (skk-reset-candidate-window sc)
(skk-context-set-latin-conv! sc #f)))
(define skk-context-new
More information about the Uim-commit
mailing list