From 6364eb309cf7e807752fca228e6a2879cb224b0b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 9 Aug 2002 11:06:35 +0000 Subject: - fix module parameter dialog box handling - enable the cancel on load_module__ask_options --- perl-install/modparm.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/modparm.pm') diff --git a/perl-install/modparm.pm b/perl-install/modparm.pm index 1e9524572..68ded7851 100644 --- a/perl-install/modparm.pm +++ b/perl-install/modparm.pm @@ -52,8 +52,8 @@ sub parameters { ($is_a_number ? _("%d comma separated numbers", $min) : _("%d comma separated strings", $min)) : $min == 1 ? ($is_a_number ? _("comma separated numbers") : _("comma separated strings")) : - ''; #- to weird and buggy, do not display it - push @parameters, [ $format ? "$name ($format)" : $name, $description, $min, $max, $is_a_number ]; + ''; #- too weird and buggy, do not display it + push @parameters, [ $name, $format, $description, $min, $max, $is_a_number ]; } @parameters; } -- cgit v1.2.1