summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2010-09-10 00:56:21 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2010-09-10 00:56:21 +0200
commit7543b7b555f5e5b8dd9d67f1b7d236de1aa5067f (patch)
tree43c87df22cd65e7cd89fdba382651c68f3ced1f0
parentdc5cf9fac17bee90477a9556ebbecdf2f06c5c8a (diff)
downloadconnman-7543b7b555f5e5b8dd9d67f1b7d236de1aa5067f.tar.gz
connman-7543b7b555f5e5b8dd9d67f1b7d236de1aa5067f.tar.bz2
connman-7543b7b555f5e5b8dd9d67f1b7d236de1aa5067f.zip
Fix typo: modem_removed is linked to the MODEM_REMOVED signal
-rw-r--r--plugins/ofono.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ofono.c b/plugins/ofono.c
index cbef354c..1f88367b 100644
--- a/plugins/ofono.c
+++ b/plugins/ofono.c
@@ -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);