summaryrefslogtreecommitdiffstats
path: root/lib/network/netconnect.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network/netconnect.pm')
-rw-r--r--lib/network/netconnect.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/network/netconnect.pm b/lib/network/netconnect.pm
index a618f0f..de221a4 100644
--- a/lib/network/netconnect.pm
+++ b/lib/network/netconnect.pm
@@ -308,6 +308,7 @@ If you do not know it, keep the preselected protocol.") },
},
post => sub {
my ($answer) = @_;
+ my $_w = $in->wait_message(N("Please wait"), N("Testing your connection..."), 1);
$connection->unload_connection if $connection->can('unload_connection');
$connection->write_settings($net, $modules_conf);
$connection->prepare_connection if $connection->can('prepare_connection');