From 1e75bca49b8510f2797b1a61b59eeb2008e6bff6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 29 Jan 2004 22:58:14 +0000 Subject: prevent the installer from going back to proxy configuration (!!!) when pressinth the previous button on first step of network config wizard :-) --- perl-install/network/netconnect.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.1