From 2dafba03eb96967ae1179a099febe966305038dd Mon Sep 17 00:00:00 2001 From: damien Date: Wed, 21 Feb 2001 07:00:45 +0000 Subject: corrected wizard mode. --- perl-install/interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/interactive.pm') diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index 1d4dd0c68..162c7301b 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -236,7 +236,7 @@ sub ask_from_entries_refH_powered_normalize { $common->{advanced_label} ||= _("Advanced"); $common->{$_} = [ deref($common->{$_}) ] foreach qw(messages advanced_messages); - add2hash_($common, { ok => _("Ok"), cancel => _("Cancel") }) if !exists $common->{ok}; + add2hash_($common, { ok => _("Ok"), cancel => _("Cancel") }) if !exists $common->{ok} && !$::isWizard; add2hash_($common->{callbacks} ||= {}, { changed => sub {}, focus_out => sub {}, complete => sub { 0 }, canceled => sub { 0 } }); } -- cgit v1.2.1