summaryrefslogtreecommitdiffstats
path: root/audio/telephony-maemo.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-10-17 15:24:04 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-12-08 16:10:56 +0200
commit56f63154d8a254d77b302406de805f1fe40fd9b3 (patch)
tree16f62010f8ff89179848e773f2362afe163b43e4 /audio/telephony-maemo.c
parentb7392dbd7eda7c833123f88b26c30a3f0ef94f5a (diff)
Set callsetup to 1 after receiving the Coming signal
Diffstat (limited to 'audio/telephony-maemo.c')
-rw-r--r--audio/telephony-maemo.c3
1 files changed, 3 insertions, 0 deletions
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);
}