From 676de7dd0e5c83897d3799e93e3d0f29fe7064b6 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 4 Apr 2008 16:09:12 +0000 Subject: show wait message when starting connection --- lib/network/netconnect.pm | 1 + 1 file changed, 1 insertion(+) 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'); -- cgit v1.2.1