specs/patches/scim-no-default-imm-patch.diff
changeset 706 ca594d31f781
parent 705 c5b0af57a88c
child 707 dfbe6c035259
equal deleted inserted replaced
705:c5b0af57a88c 706:ca594d31f781
     1 --- extras/gtk2_immodule/imscim.cpp.orig	2008-11-27 21:20:10.970748530 +0800
       
     2 +++ extras/gtk2_immodule/imscim.cpp		2008-11-27 21:22:46.635884347 +0800
       
     3 @@ -33,7 +33,7 @@ static const GtkIMContextInfo scim_info 
       
     4    "SCIM Input Method",		/* Human readable name */
       
     5    "scim",			/* Translation domain */
       
     6    SCIM_LOCALEDIR,		/* Dir for bindtextdomain (not strictly needed for "gtk+") */
       
     7 -  "ja:ko:zh"			/* Languages for which this module is the default */
       
     8 +  ""				/* Languages for which this module is the default */
       
     9  };
       
    10  
       
    11  static const GtkIMContextInfo *info_list[] = {