summaryrefslogtreecommitdiffstats
path: root/perl-install/modules
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-10-17 17:24:23 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-10-17 17:24:23 +0000
commit978fdc63738c7d37265f4a954a93a642eaa47586 (patch)
treef2df2882afab3807a55a0b8d26732f69dc515e4d /perl-install/modules
parent533bfd1d02d711b2cf517fda315156e02200861e (diff)
downloaddrakx-978fdc63738c7d37265f4a954a93a642eaa47586.tar
drakx-978fdc63738c7d37265f4a954a93a642eaa47586.tar.gz
drakx-978fdc63738c7d37265f4a954a93a642eaa47586.tar.bz2
drakx-978fdc63738c7d37265f4a954a93a642eaa47586.tar.xz
drakx-978fdc63738c7d37265f4a954a93a642eaa47586.zip
minor cleanup
Diffstat (limited to 'perl-install/modules')
-rw-r--r--perl-install/modules/interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules/interactive.pm b/perl-install/modules/interactive.pm
index 1c1e3bba8..ec7b75826 100644
--- a/perl-install/modules/interactive.pm
+++ b/perl-install/modules/interactive.pm
@@ -17,7 +17,7 @@ sub config_window {
# BUG: once we've released mdk9.2 and unfreeze cooker, morph this
# into a proper error dialog with a nice error message (but
# for now we cannot due to string freeze :-()
- @l = { label => N("Parameters"), help => "", val => N("NONE"), allow_empty_list => 1 } if -1 == $#l;
+ @l = { label => N("Parameters"), help => "", val => N("NONE"), allow_empty_list => 1 } if !@l;
if ($in->ask_from(N("Module configuration"), N("You can configure each parameter of the module here."), \@l)) {
my $options = join(' ', map { if_($conf{$_}, "$_=$conf{$_}") } keys %conf);
if ($options) {