diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-11-30 13:26:13 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-11-30 13:26:13 +0000 |
commit | 161bff90eda6d23fc928306b763e8cc76c9b75c4 (patch) | |
tree | 00ee994b47fad5e52dfd1e48b39e12d8606f5d18 | |
parent | b8d65538089da9c7b2022448569fcd918d5a5799 (diff) | |
download | drakx-161bff90eda6d23fc928306b763e8cc76c9b75c4.tar drakx-161bff90eda6d23fc928306b763e8cc76c9b75c4.tar.gz drakx-161bff90eda6d23fc928306b763e8cc76c9b75c4.tar.bz2 drakx-161bff90eda6d23fc928306b763e8cc76c9b75c4.tar.xz drakx-161bff90eda6d23fc928306b763e8cc76c9b75c4.zip |
drop "ami" input-method (not available anymore in the distro)
-rw-r--r-- | perl-install/lang.pm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index bad015e73..12a51f23d 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -565,16 +565,6 @@ my @scim_bridges_qt_packages; # keep the 'packages' field in sync with share/rpmsrate: my %IM_config = ( - ami => { - XIM => 'Ami', - #- NOTE: there are several possible versions of ami, for the different - #- desktops (kde, gnome, etc). So XIM_PROGRAM is not defined; it will - #- be the xinitrc script, XIM section, that will choose the right one - #- XIM_PROGRAM => 'ami', - XMODIFIERS => '@im=Ami', - GTK_IM_MODULE => 'xim', - QT_IM_MODULE => 'xim', - }, chinput => { GTK_IM_MODULE => 'xim', QT_IM_MODULE => 'xim', |