summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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 3f981cc..f533a8f 100755
--- a/lib/network/netcenter.pm
+++ b/lib/network/netcenter.pm
@@ -199,8 +199,8 @@ sub main {
}
}
});
+ network::connection_manager::setup_dbus_handlers(\@cmanagers, \@connections, undef, $dbus);
}
- network::connection_manager::setup_dbus_handlers(\@cmanagers, \@connections, undef, $dbus) if $dbus;
undef $wait;
$w->main;