diff options
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/network/netcenter.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/netcenter.pm b/lib/network/netcenter.pm index 4f4bf82..91ae19b 100755 --- a/lib/network/netcenter.pm +++ b/lib/network/netcenter.pm @@ -38,7 +38,6 @@ sub main { #- 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 @all_connections = map { $_->get_connections(automatic_only => 1, fast_only => 1) } network::connection::get_types; @@ -151,6 +150,7 @@ sub main { dbus_object::set_gtk2_watch_helper($dbus); } + $w->show; undef $wait; $w->main; } |