We should listen for signals only on oFono bus name. --- audio/telephony-ofono.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/telephony-ofono.c b/audio/telephony-ofono.c index 961fedd..67eb87b 100644 --- a/audio/telephony-ofono.c +++ b/audio/telephony-ofono.c @@ -742,7 +742,7 @@ static struct voice_call *call_new(const char *path, DBusMessageIter *properties vc = g_new0(struct voice_call, 1); vc->obj_path = g_strdup(path); - vc->watch = g_dbus_add_signal_watch(connection, NULL, path, + vc->watch = g_dbus_add_signal_watch(connection, OFONO_BUS_NAME, path, OFONO_VC_INTERFACE, "PropertyChanged", handle_vc_property_changed, vc, NULL); -- 1.7.11 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html