Fix typo: modem_removed is linked to the MODEM_REMOVED signal
authorSamuel Ortiz <sameo@linux.intel.com>
Thu, 9 Sep 2010 22:56:21 +0000 (00:56 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 9 Sep 2010 22:56:21 +0000 (00:56 +0200)
plugins/ofono.c

index cbef354..1f88367 100644 (file)
@@ -1573,7 +1573,7 @@ static int ofono_init(void)
 
        modem_removed_watch = g_dbus_add_signal_watch(connection, NULL, NULL,
                                                OFONO_MANAGER_INTERFACE,
-                                               MODEM_ADDED,
+                                               MODEM_REMOVED,
                                                modem_removed,
                                                NULL, NULL);