summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-16 23:04:33 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-16 23:04:33 +0000
commit9d27ca2756bf3efc84302342ce234625f04dd159 (patch)
tree62fccbcc0a88da854202df2423867b61d78f50ee /perl-install
parentf8492deab0a4ffe75fe9037c51b29760738b8a73 (diff)
downloaddrakx-9d27ca2756bf3efc84302342ce234625f04dd159.tar
drakx-9d27ca2756bf3efc84302342ce234625f04dd159.tar.gz
drakx-9d27ca2756bf3efc84302342ce234625f04dd159.tar.bz2
drakx-9d27ca2756bf3efc84302342ce234625f04dd159.tar.xz
drakx-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)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/netconnect.pm2
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);