From d00e030f80f60572e18b4922026741f2af815c46 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 28 Jun 2012 10:59:20 -0300 Subject: [PATCH] stemgr: watch for signals only on MGR_SERVICE --- plugins/stemgr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/stemgr.c b/plugins/stemgr.c index 126ec4e1..7e434d36 100644 --- a/plugins/stemgr.c +++ b/plugins/stemgr.c @@ -337,8 +337,8 @@ static gboolean property_changed(DBusConnection *connection, static void mgr_connect(DBusConnection *connection, void *user_data) { - property_changed_watch = g_dbus_add_signal_watch(connection, NULL, - NULL, + property_changed_watch = g_dbus_add_signal_watch(connection, + MGR_SERVICE, NULL, MGR_MODEM_INTERFACE, PROPERTY_CHANGED, property_changed,