summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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,