summaryrefslogtreecommitdiffstats
path: root/audio/telephony-maemo.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-10-22 12:38:05 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-12-08 16:10:57 +0200
commitfa15432a30e9726a79ad01596c2dd296c224e8b1 (patch)
tree517959bd4f051d4a4c2814e9a50305a8f766c151 /audio/telephony-maemo.c
parent3fcf09c09605c1a541cf0770dc005bd8df4e45f8 (diff)
Fix passing user_data pointer in get_remote_reply
Diffstat (limited to 'audio/telephony-maemo.c')
-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 0014cf11..50ad4fb1 100644
--- a/audio/telephony-maemo.c
+++ b/audio/telephony-maemo.c
@@ -508,7 +508,7 @@ static void resolve_number(struct csd_call *call)
return;
}
- dbus_pending_call_set_notify(pcall, get_remote_reply, NULL, NULL);
+ dbus_pending_call_set_notify(pcall, get_remote_reply, call, NULL);
dbus_pending_call_unref(pcall);
dbus_message_unref(msg);
}