diff options
-rw-r--r-- | audio/telephony-maemo.c | 3 |
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); } |