diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-18 10:21:23 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-18 10:21:23 +0000 |
commit | e88b31fecb94d372c66bcfb79607a651d4a5e686 (patch) | |
tree | 91b7b7d8b7ef715180f1fa42145da93bb280c3c4 /perl-install/any.pm | |
parent | 31f15eb8d3295ab06c85bb62bc9c4cb42f5ee4bb (diff) | |
download | drakx-e88b31fecb94d372c66bcfb79607a651d4a5e686.tar drakx-e88b31fecb94d372c66bcfb79607a651d4a5e686.tar.gz drakx-e88b31fecb94d372c66bcfb79607a651d4a5e686.tar.bz2 drakx-e88b31fecb94d372c66bcfb79607a651d4a5e686.tar.xz drakx-e88b31fecb94d372c66bcfb79607a651d4a5e686.zip |
fix default IM setting when switching language
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index cde0da8f4..0e2c480a0 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -734,6 +734,7 @@ sub selectCountry { $h->{country}); } @lang::locales; @best == 1 and @best = (); + $locale->{IM} = lang::get_default_im($locale->{lang}); my ($other, $ext_country); member($country, @best) or ($ext_country, $country) = ($country, $ext_country); |