diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-16 23:04:33 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-16 23:04:33 +0000 |
commit | 9d27ca2756bf3efc84302342ce234625f04dd159 (patch) | |
tree | 62fccbcc0a88da854202df2423867b61d78f50ee | |
parent | f8492deab0a4ffe75fe9037c51b29760738b8a73 (diff) | |
download | drakx-backup-do-not-use-9d27ca2756bf3efc84302342ce234625f04dd159.tar drakx-backup-do-not-use-9d27ca2756bf3efc84302342ce234625f04dd159.tar.gz drakx-backup-do-not-use-9d27ca2756bf3efc84302342ce234625f04dd159.tar.bz2 drakx-backup-do-not-use-9d27ca2756bf3efc84302342ce234625f04dd159.tar.xz drakx-backup-do-not-use-9d27ca2756bf3efc84302342ce234625f04dd159.zip |
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)
-rw-r--r-- | perl-install/network/netconnect.pm | 2 |
1 files changed, 0 insertions, 2 deletions
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); |