From 978fdc63738c7d37265f4a954a93a642eaa47586 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 17 Oct 2003 17:24:23 +0000 Subject: minor cleanup --- perl-install/modules/interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/modules/interactive.pm') 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) { -- cgit v1.2.1