summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-29 22:58:14 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-29 22:58:14 +0000
commit1e75bca49b8510f2797b1a61b59eeb2008e6bff6 (patch)
tree39f3d0e3abb74b9b81c3a94e7b04fc567f3377c8
parent4d1789324cdbb47b26fb24125baafed049961c5a (diff)
downloaddrakx-backup-do-not-use-1e75bca49b8510f2797b1a61b59eeb2008e6bff6.tar
drakx-backup-do-not-use-1e75bca49b8510f2797b1a61b59eeb2008e6bff6.tar.gz
drakx-backup-do-not-use-1e75bca49b8510f2797b1a61b59eeb2008e6bff6.tar.bz2
drakx-backup-do-not-use-1e75bca49b8510f2797b1a61b59eeb2008e6bff6.tar.xz
drakx-backup-do-not-use-1e75bca49b8510f2797b1a61b59eeb2008e6bff6.zip
prevent the installer from going back to proxy configuration (!!!)
when pressinth the previous button on first step of network config wizard :-)
-rw-r--r--perl-install/network/netconnect.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 5cfb1acc0..27a0b3bf9 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -205,7 +205,7 @@ sub get_subwizard {
}
@connection_list = ({ val => \$cnx_type, type => 'list', list => [ map { $_->[0] } @connections ], });
},
- if_(!$::isInstall, no_back => 1),
+ no_back => 1,
name => N("Choose the connection you want to configure"),
interactive_help_id => 'configureNetwork',
data => \@connection_list,