summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-01-10 14:49:39 -0500
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-01-11 11:26:19 +0100
commitab5df5c62a78523ef917b26dd8d11d300c971305 (patch)
treebdd3206e091feb9eaed98b0387f1b7898d43c67b /examples
parentd72eb1ebb8a697f8c459fc54ee78a580ced3958a (diff)
downloadtelepathy-glib-ab5df5c62a78523ef917b26dd8d11d300c971305.tar.gz
Call1: Fix unit tests
Diffstat (limited to 'examples')
-rw-r--r--examples/cm/call/call-channel.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/cm/call/call-channel.c b/examples/cm/call/call-channel.c
index ccbf191ad..26e10e82e 100644
--- a/examples/cm/call/call-channel.c
+++ b/examples/cm/call/call-channel.c
@@ -390,10 +390,7 @@ simulate_contact_answered_cb (gpointer p)
g_message ("SIGNALLING: receive: contact answered our call");
- example_call_channel_set_state (self,
- TP_CALL_STATE_ACCEPTED, 0, self->priv->handle,
- TP_CALL_STATE_CHANGE_REASON_USER_REQUESTED, "",
- NULL);
+ tp_base_call_channel_remote_accept (base);
contents = tp_base_call_channel_get_contents (base);
for (; contents != NULL; contents = contents->next)