[Fedora-i18n-bugs] [Bug 696481] ibus does not show all the variant maps for any layout

bugzilla at redhat.com bugzilla at redhat.com
Thu Apr 14 06:59:28 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=696481

fujiwara <tfujiwar at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from fujiwara <tfujiwar at redhat.com> 2011-04-14 02:59:27 EDT ---
--- /usr/share/ibus/setup/xkbsetup.py.orig 2011-04-13 17:42:54.461168302 +0900
+++ /usr/share/ibus/setup/xkbsetup.py 2011-04-14 15:56:47.534005308 +0900
@@ -71,9 +71,9 @@ class XKBSetup(gobject.GObject):
         layout_lang = xkbconfig.get_layout_lang()
         variant_desc = xkbconfig.get_variant_desc()
         for layout in layout_list.keys():
-            if layout not in layout_lang:
-                continue
-            langs = layout_lang[layout]
+            langs = []
+            if layout in layout_lang:
+                langs = layout_lang[layout]
             for lang in langs:
                 engine = ibus.XKBConfigRegistry.engine_desc_new(
                     lang,

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the i18n-bugs mailing list