From c7ebe2074079fd8de724d17a8f41c14d3df7c026 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 8 Jun 2005 13:25:50 +0000 Subject: use list to select newbie or expert mode --- sshd_wizard/Sshd.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sshd_wizard') diff --git a/sshd_wizard/Sshd.pm b/sshd_wizard/Sshd.pm index ab3d89a6..b36c76da 100755 --- a/sshd_wizard/Sshd.pm +++ b/sshd_wizard/Sshd.pm @@ -69,7 +69,7 @@ $o->{pages} = { welcome => { name => N('OpenSSH SSH daemon configuration'), data => [ - { label => N("Wich type of configuration do you you want to do:"), val => \$o->{var}{wiz_type}, list => [ keys %type ], format => sub { $type{$_[0]} } }, + { label => N("Wich type of configuration do you you want to do:"), type => 'list', val => \$o->{var}{wiz_type}, list => [ keys %type ], format => sub { $type{$_[0]} } }, ], next => 'config_step1', }, -- cgit v1.2.1