stemgr: watch for signals only on MGR_SERVICE

This commit is contained in:
Lucas De Marchi 2012-06-28 10:59:20 -03:00 committed by Denis Kenzior
parent b84e107f08
commit d00e030f80
1 changed files with 2 additions and 2 deletions

View File

@ -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,