[uim-commit] r250 - trunk/scm
tkng@freedesktop.org
tkng@freedesktop.org
Tue Jan 11 03:23:09 PST 2005
Author: tkng
Date: 2005-01-11 03:23:06 -0800 (Tue, 11 Jan 2005)
New Revision: 250
Modified:
trunk/scm/m17nlib.scm
Log:
* scm/m17nlib.scm:
-(m17nlib-update-candidate): Removed unneed calling of
im-activate-candidate-selector
Modified: trunk/scm/m17nlib.scm
===================================================================
--- trunk/scm/m17nlib.scm 2005-01-11 10:29:28 UTC (rev 249)
+++ trunk/scm/m17nlib.scm 2005-01-11 11:23:06 UTC (rev 250)
@@ -144,13 +144,8 @@
(showing-candidate? (m17nlib-context-showing-candidate mc)))
(if showing-candidate?
(if (m17nlib-lib-candidate-show? mid)
+ (im-select-candidate mc (m17nlib-lib-get-candidate-index mid))
(begin
- (im-activate-candidate-selector
- mc
- max m17nlib-candidate-max)
- (im-select-candidate mc
- (m17nlib-lib-get-candidate-index mid)))
- (begin
(m17nlib-context-set-showing-candidate! mc #f)
(im-deactivate-candidate-selector mc mid))) ;end showing candidate
(if (m17nlib-lib-candidate-show? mid)
More information about the Uim-commit
mailing list