From 64e2928012e7e54e3d05f178828ef60ecd9f460c Mon Sep 17 00:00:00 2001 From: Vicent Guardiola Date: Tue, 20 Jul 2004 08:20:01 +0000 Subject: Add type => 'list' in ask_from --- perl-install/standalone/drakauth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakauth b/perl-install/standalone/drakauth index f091a3000..c48792ad9 100755 --- a/perl-install/standalone/drakauth +++ b/perl-install/standalone/drakauth @@ -23,7 +23,7 @@ my $kind = authentication::to_kind($authentication); main: $in->ask_from('', '', [ - { label => N("Authentication"), val => \$kind, list => [ authentication::kinds() ], format => \&authentication::kind2description }, + { label => N("Authentication"), val => \$kind, type => 'list' , list => [ authentication::kinds() ], format => \&authentication::kind2description }, ]) or $in->exit; authentication::ask_parameters($in, $netc, $authentication, $kind) or goto main; -- cgit v1.2.1