[uim-commit] r1575 - trunk/scm
yamamoto at freedesktop.org
yamamoto at freedesktop.org
Sat Sep 24 12:22:29 PDT 2005
Author: yamamoto
Date: 2005-09-24 12:22:26 -0700 (Sat, 24 Sep 2005)
New Revision: 1575
Modified:
trunk/scm/m17nlib.scm
Log:
* scm/m17nlib.scm
-(m17nlib-update-candidate):
Remove 2nd argument of im-deactivate-candidate-selector.
Modified: trunk/scm/m17nlib.scm
===================================================================
--- trunk/scm/m17nlib.scm 2005-09-24 19:19:24 UTC (rev 1574)
+++ trunk/scm/m17nlib.scm 2005-09-24 19:22:26 UTC (rev 1575)
@@ -152,7 +152,7 @@
(and showing-candidate? candidates-changed?)
(and showing-candidate? (not (m17nlib-lib-candidate-show? mid))))
(begin
- (im-deactivate-candidate-selector mc mid)
+ (im-deactivate-candidate-selector mc)
(m17nlib-context-set-showing-candidate! mc #f)))
(if (and
More information about the uim-commit
mailing list