summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-29 23:27:46 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-29 23:27:46 +0000
commit9f5dabd0998e504a0f8812670a5ae452b8a3a706 (patch)
tree95f03a06d3cab9a61aaa1b203e046a267670f4c6 /perl-install
parent1a67894c8e4c92d607a9d9286d0a65909152c28b (diff)
downloaddrakx-backup-do-not-use-9f5dabd0998e504a0f8812670a5ae452b8a3a706.tar
drakx-backup-do-not-use-9f5dabd0998e504a0f8812670a5ae452b8a3a706.tar.gz
drakx-backup-do-not-use-9f5dabd0998e504a0f8812670a5ae452b8a3a706.tar.bz2
drakx-backup-do-not-use-9f5dabd0998e504a0f8812670a5ae452b8a3a706.tar.xz
drakx-backup-do-not-use-9f5dabd0998e504a0f8812670a5ae452b8a3a706.zip
fix language selection
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index d62643298..cba1dadc2 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -51,7 +51,7 @@ sub charsetChanged {}
sub selectLanguage {
my ($o) = @_;
- any::selectLanguage($o, $o->{lang}, $o->{langs} ||= {});
+ $o->{lang} = any::selectLanguage($o, $o->{lang}, $o->{langs} ||= {});
install_steps::selectLanguage($o);
$o->charsetChanged;