diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-09 08:36:25 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-09 08:36:25 +0000 |
commit | 394604fb59bb2d2d84093bc373fa98c25843e4ac (patch) | |
tree | f356a965a13cb13a020a5a09de8d2d47bfb28383 /perl-install | |
parent | 7992dfcb246550eb2c61a2a03019abfb6954da41 (diff) | |
download | drakx-394604fb59bb2d2d84093bc373fa98c25843e4ac.tar drakx-394604fb59bb2d2d84093bc373fa98c25843e4ac.tar.gz drakx-394604fb59bb2d2d84093bc373fa98c25843e4ac.tar.bz2 drakx-394604fb59bb2d2d84093bc373fa98c25843e4ac.tar.xz drakx-394604fb59bb2d2d84093bc373fa98c25843e4ac.zip |
(selectCountry) do not default to per locale default IM. IM was
either setup by drakx or by localedrake. If the field does not
exists, this means the user *decided* to not have an IM.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 798e3b409..30436d9d5 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -752,7 +752,6 @@ 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); |