From 7eaf79a6c404ffe245a666ad2bf3a4ad479922a2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 20 Feb 2004 16:26:10 +0000 Subject: really fix previous button on first step: we want it at install time --- 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 7b3a1b306..ea93ecbb2 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -220,7 +220,7 @@ sub get_subwizard { } @connection_list = ({ val => \$cnx_type, type => 'list', list => [ map { $_->[0] } @connections ], }); }, - if_($::isInstall, no_back => 1), + if_(!$::isInstall, no_back => 1), name => N("Choose the connection you want to configure"), interactive_help_id => 'configureNetwork', data => \@connection_list, -- cgit v1.2.1