summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlib/network/netcenter.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/network/netcenter.pm b/lib/network/netcenter.pm
index 0a3f844..e1babfe 100755
--- a/lib/network/netcenter.pm
+++ b/lib/network/netcenter.pm
@@ -36,6 +36,8 @@ sub main {
my $w = ugtk2->new($title);
#- so that transient_for is defined, for wait messages and popups to be centered
$::main_window = $w->{real_window};
+
+ $w->show;
my $wait = $in->wait_message(N("Please wait"), N("Please wait"));
my @connections = map { $_->get_connections(automatic_only => 1, fast_only => 1) } network::connection::get_types;