summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-10-21 11:16:53 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-12-08 16:10:56 +0200
commit5aca05e22e0d14c3e614bdb17ae09d1565d8228a (patch)
treec0de1729b7a4785218e05b5783eab8bc8a9bc5a9 /audio
parent57dd7e9aa20fcbfb7529216084ada5c34b2de0a0 (diff)
Give correct response to telephony_answer_call_req
Diffstat (limited to 'audio')
-rw-r--r--audio/telephony-maemo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c
index 13af058e..c1e9cfff 100644
--- a/audio/telephony-maemo.c
+++ b/audio/telephony-maemo.c
@@ -264,7 +264,7 @@ void telephony_answer_call_req(void *telephony_device)
g_dbus_send_message(connection, msg);
- telephony_dial_number_rsp(telephony_device, CME_ERROR_NONE);
+ telephony_answer_call_rsp(telephony_device, CME_ERROR_NONE);
}
void telephony_dial_number_req(void *telephony_device, const char *number)