From: Lucas De Marchi Date: Thu, 28 Jun 2012 13:59:20 +0000 (-0300) Subject: stemgr: watch for signals only on MGR_SERVICE X-Git-Tag: 1.9~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d00e030f80f60572e18b4922026741f2af815c46;p=platform%2Fupstream%2Fofono.git stemgr: watch for signals only on MGR_SERVICE --- diff --git a/plugins/stemgr.c b/plugins/stemgr.c index 126ec4e..7e434d3 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,