---
plugins/stemgr.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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,
--
1.7.11.1