From 56f63154d8a254d77b302406de805f1fe40fd9b3 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 17 Oct 2008 15:24:04 +0300 Subject: Set callsetup to 1 after receiving the Coming signal --- audio/telephony-maemo.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'audio') diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c index 8cc48ea0..3ec7855a 100644 --- a/audio/telephony-maemo.c +++ b/audio/telephony-maemo.c @@ -427,6 +427,9 @@ static void handle_incoming_call(DBusMessage *msg) g_free(call->number); call->number = g_strdup(number); + telephony_update_indicator(maemo_indicators, "callsetup", + EV_CALLSETUP_INCOMING); + debug("Incoming call to %s from number %s", call_path, number); } -- cgit