summaryrefslogtreecommitdiffstats
path: root/lib/network/netcenter.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-03-14 18:12:04 +0000
committerOlivier Blin <oblin@mandriva.com>2008-03-14 18:12:04 +0000
commit882ba7240a86af7e010b65d2c6a23cb4d03a7c8d (patch)
treeb112a08225c4ce7475d427aeedab9cdce00bc83c /lib/network/netcenter.pm
parentbf8d7779b623eca740e848f18e953d6b80e6c638 (diff)
downloaddrakx-net-882ba7240a86af7e010b65d2c6a23cb4d03a7c8d.tar
drakx-net-882ba7240a86af7e010b65d2c6a23cb4d03a7c8d.tar.gz
drakx-net-882ba7240a86af7e010b65d2c6a23cb4d03a7c8d.tar.bz2
drakx-net-882ba7240a86af7e010b65d2c6a23cb4d03a7c8d.tar.xz
drakx-net-882ba7240a86af7e010b65d2c6a23cb4d03a7c8d.zip
oops, revert bogus commit
Diffstat (limited to 'lib/network/netcenter.pm')
-rwxr-xr-xlib/network/netcenter.pm2
1 files changed, 1 insertions, 1 deletions
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;
}