summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-09-09 08:36:25 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-09-09 08:36:25 +0000
commit394604fb59bb2d2d84093bc373fa98c25843e4ac (patch)
treef356a965a13cb13a020a5a09de8d2d47bfb28383 /perl-install/any.pm
parent7992dfcb246550eb2c61a2a03019abfb6954da41 (diff)
downloaddrakx-backup-do-not-use-394604fb59bb2d2d84093bc373fa98c25843e4ac.tar
drakx-backup-do-not-use-394604fb59bb2d2d84093bc373fa98c25843e4ac.tar.gz
drakx-backup-do-not-use-394604fb59bb2d2d84093bc373fa98c25843e4ac.tar.bz2
drakx-backup-do-not-use-394604fb59bb2d2d84093bc373fa98c25843e4ac.tar.xz
drakx-backup-do-not-use-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/any.pm')
-rw-r--r--perl-install/any.pm1
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);