[Uim-bugs] [Bug 7532] Input method toggle causes an infinite loop
bugzilla-daemon at annarchy.freedesktop.org
bugzilla-daemon at annarchy.freedesktop.org
Thu Jul 20 05:22:40 EEST 2006
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=7532
ekato at ees.hokudai.ac.jp changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From ekato at ees.hokudai.ac.jp 2006-07-19 19:22 -------
The problem in comment #6 seems to be sovled with the following patch.
Index: im-switcher.scm
===================================================================
--- im-switcher.scm (revision 3759)
+++ im-switcher.scm (working copy)
@@ -63,6 +63,8 @@
;; independent.
(define imsw-actions
(lambda ()
+ (if (not (memq 'direct enabled-im-list))
+ (set! enabled-im-list (append enabled-im-list '(direct))))
(filter-map
(lambda (idname)
(let ((im (assq idname im-list)))
I'll commit these changes in im-custom.scm and im-switcher.scm.
YamaKen, if it is not appropriate, please reopen this bug.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the uim-bugs
mailing list