From 882ba7240a86af7e010b65d2c6a23cb4d03a7c8d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 14 Mar 2008 18:12:04 +0000 Subject: oops, revert bogus commit --- lib/network/netcenter.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/network') diff --git a/lib/network/netcenter.pm b/lib/network/netcenter.pm index 91ae19b..4f4bf82 100755 --- a/lib/network/netcenter.pm +++ b/lib/network/netcenter.pm @@ -38,6 +38,7 @@ 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; @@ -150,7 +151,6 @@ sub main { dbus_object::set_gtk2_watch_helper($dbus); } - $w->show; undef $wait; $w->main; } -- cgit v1.2.1