[uim-commit] r1283 - trunk/scm
ekato at freedesktop.org
ekato at freedesktop.org
Mon Aug 22 11:24:30 PDT 2005
Author: ekato
Date: 2005-08-22 11:24:24 -0700 (Mon, 22 Aug 2005)
New Revision: 1283
Modified:
trunk/scm/skk.scm
Log:
* scm/skk.scm (skk-flush) : Reset skk-context-child-context and
skk-context-child-type after flushing the child context.
Modified: trunk/scm/skk.scm
===================================================================
--- trunk/scm/skk.scm 2005-08-22 17:20:00 UTC (rev 1282)
+++ trunk/scm/skk.scm 2005-08-22 18:24:24 UTC (rev 1283)
@@ -356,7 +356,10 @@
(skk-context-set-nr-candidates! sc 0)
(skk-context-set-latin-conv! sc #f)
(if (not (null? csc))
- (skk-flush csc)))))
+ (begin
+ (skk-flush csc)
+ (skk-context-set-child-context! sc '())
+ (skk-context-set-child-type! sc '()))))))
(define skk-context-new
(lambda (id im)
More information about the uim-commit
mailing list