GNOME Bugzilla – Bug 693680
wrong context id of module with multiple contexts
Last modified: 2013-02-13 02:45:21 UTC
Created attachment 235820 [details] [review] Fix immodule context ID lookup When an immodule supports multiple contexts (imhangul, for example, http://code.google.com/p/imhangul/ ), GTK_IM_MODULE env variable setting doesn't work. It is always set as the first context of the module. It looks like a trivial bug in gtk/gtkimmodule.c:lookup_immodule(). See the patch.
*** This bug has been marked as a duplicate of bug 690247 ***
Created attachment 235858 [details] [review] better way to get the context ID than checking the whole contexts Better patch from bug 693680, using g_hash_table_lookup_extended().
Oops, submitted patch on old bug. Ignore it.