Disable VIQR IM for vi locale
authorUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Wed, 4 Mar 2009 00:58:20 +0000 (21:58 -0300)
committerSimon McVittie <smcv@debian.org>
Tue, 3 Apr 2018 07:41:09 +0000 (08:41 +0100)
[TODO: why? The Debian changelog just says "imported from Ubuntu"]

Forwarded: no

Gbp-Pq: Name 022_disable-viqr-im-for-vi-locale.patch

modules/input/imviqr.c

index d9572f51ce4203ac5c6c21400d3b68748eaabc3b..bfa4462cf9eb373437c73e4bd35a8070fd3172c6 100644 (file)
@@ -242,7 +242,7 @@ static const GtkIMContextInfo viqr_info = {
   NC_("input method menu", "Vietnamese (VIQR)"), /* Human readable name */
   GETTEXT_PACKAGE,        /* Translation domain */
    GTK_LOCALEDIR,         /* Dir for bindtextdomain (not strictly needed for "gtk+") */
-  "vi"                    /* Languages for which this module is the default */
+  ""                      /* Languages for which this module is the default */
 };
 
 static const GtkIMContextInfo *info_list[] = {