patches/gtk+-03-use-xim-for-all-locales.diff
author erwannc
Tue, 19 Aug 2008 15:24:36 +0000
changeset 13180 0fc8f2111102
permissions -rw-r--r--
2008-08-19 Erwann Chenede - <[email protected]> * patches/gtk+-*: removed unreferenced patches and reordered patches # * base-specs/gtk2.spec : renamed patches.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13180
0fc8f2111102 2008-08-19 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     1
--- gtk+-2.4.1/modules/input/imxim.c.orig	Mon May 17 13:00:49 2004
0fc8f2111102 2008-08-19 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     2
+++ gtk+-2.4.1/modules/input/imxim.c	Mon May 17 13:01:52 2004
0fc8f2111102 2008-08-19 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     3
@@ -28,7 +28,8 @@
0fc8f2111102 2008-08-19 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     4
   N_("X Input Method"),            /* Human readable name */
0fc8f2111102 2008-08-19 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     5
   GETTEXT_PACKAGE,		   /* Translation domain */
0fc8f2111102 2008-08-19 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     6
   GTK_LOCALEDIR,		   /* Dir for bindtextdomain (not strictly needed for "gtk+") */
0fc8f2111102 2008-08-19 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     7
-  "ko:ja:th:zh"		           /* Languages for which this module is the default */
0fc8f2111102 2008-08-19 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     8
+  /* Sun's local patch to make XIM default input method for all locales */
0fc8f2111102 2008-08-19 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     9
+  "*"		  		   /* Languages for which this module is the default */
0fc8f2111102 2008-08-19 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    10
 };
0fc8f2111102 2008-08-19 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    11
 
0fc8f2111102 2008-08-19 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    12
 static const GtkIMContextInfo *info_list[] = {