From c0e3df7630afa1ea61a9a0e76976f0df042122a5 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Thu, 18 Oct 2007 19:15:05 +0000 Subject: Updates to new NetworkManager API signals for status monitoring. Patch by Matthias Clasen, fix for bug #486881. svn path=/trunk/; revision=7535 --- src/ephy-net-monitor.c | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/ephy-net-monitor.c b/src/ephy-net-monitor.c index 971beaf5d..e73abfabb 100644 --- a/src/ephy-net-monitor.c +++ b/src/ephy-net-monitor.c @@ -151,19 +151,9 @@ filter_func (DBusConnection *connection, if (dbus_message_is_signal (message, NM_DBUS_INTERFACE, - "DeviceNoLongerActive")) + "StateChange")) { - LOG ("EphyNetMonitor catches DeviceNoLongerActive signal"); - - ephy_net_monitor_check_network (monitor); - - return DBUS_HANDLER_RESULT_HANDLED; - } - if (dbus_message_is_signal (message, - NM_DBUS_INTERFACE, - "DeviceNowActive")) - { - LOG ("EphyNetMonitor catches DeviceNowActive signal"); + LOG ("EphyNetMonitor catches StateChange signal"); ephy_net_monitor_check_network (monitor); -- cgit v1.2.3