From 9d27ca2756bf3efc84302342ce234625f04dd159 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 16 Jan 2004 23:04:33 +0000 Subject: enable to step forward after to "connect now?" step since wizard infrastructure fixed the ask_yesorno design flaw (and remove bug hint left by previous maintainers) --- perl-install/network/netconnect.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 82ff86d10..1153e8964 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -825,14 +825,12 @@ You may also enter the IP address of the gateway if you have one."), ask_connect_now => { - no_back => 1, name => N("Do you want to try to connect to the Internet now?"), type => "yesorno", post => sub { my ($a) = @_; my ($type) = $netc->{internet_cnx_choice}; $up = 1; - #- FIXME : code the exception to be generated by ask_yesorno, to be able to remove the $::Wizard_no_previous=1; if ($a) { # local $::isWizard = 0; my $_w = $in->wait_message('', N("Testing your connection..."), 1); -- cgit v1.2.1