Disable database/opensearch
[oi-userland.git] / components / library / gtk+ / patches / 03-use-xim-for-all-locales.patch
blob518d7399cadb39a127c003cf2704b8e803a01abf
1 --- gtk+-2.24.33/modules/input/imxim.c.orig
2 +++ gtk+-2.24.33/modules/input/imxim.c
3 @@ -28,7 +28,8 @@
4 N_("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[] = {