json-glib: update to 1.10.6
[oi-userland.git] / components / library / gtk+3 / patches / 03-use-xim-for-all-locales.patch
blob303a8126b90e6d16e8002456b4712f9857477f22
1 --- gtk+-3.24.43/modules/input/imxim.c.orig
2 +++ gtk+-3.24.43/modules/input/imxim.c
3 @@ -26,7 +26,8 @@
4 NC_("input method menu", "X Input Method"), /* Human readable name */
5 GETTEXT_PACKAGE, /* Translation domain */
6 GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */
7 - "ko:ja:th:zh" /* Languages for which this module is the default */
8 + /* Sun's local patch to make XIM default input method for all locales */
9 + "*" /* Languages for which this module is the default */
12 static const GtkIMContextInfo *info_list[] = {