From: Ubuntu Core Developers Date: Wed, 4 Mar 2009 00:58:20 +0000 (-0300) Subject: Disable VIQR IM for vi locale X-Git-Tag: archive/raspbian/3.22.29-2+rpi1^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=36d7b3d880dd58268bb1be27336afc917c34d2e5;p=gtk%2B3.0.git Disable VIQR IM for vi locale [TODO: why? The Debian changelog just says "imported from Ubuntu"] Forwarded: no Gbp-Pq: Name 022_disable-viqr-im-for-vi-locale.patch --- diff --git a/modules/input/imviqr.c b/modules/input/imviqr.c index d9572f51ce..bfa4462cf9 100644 --- a/modules/input/imviqr.c +++ b/modules/input/imviqr.c @@ -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[] = {