summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-04 14:58:30 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-04 14:58:30 +0200
commit000329f27eed1fd13d7499ac2851583c778659f9 (patch)
treeff24995731dfdb2e34478d8a95c7928e36ab7008 /examples
parent34c3c06a6d37ca0ec7aad18500e7695624fb3316 (diff)
downloadtelepathy-glib-000329f27eed1fd13d7499ac2851583c778659f9.tar.gz
Fix regression in unit tests
The bug was introduced in commit 97755a8cef146519f688054d1bafe22f40bc17ff
Diffstat (limited to 'examples')
-rw-r--r--examples/cm/call/call-manager.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/cm/call/call-manager.c b/examples/cm/call/call-manager.c
index ed8464087..78cc23342 100644
--- a/examples/cm/call/call-manager.c
+++ b/examples/cm/call/call-manager.c
@@ -327,7 +327,8 @@ new_channel (ExampleCallManager *self,
"connection", self->priv->conn,
"object-path", object_path,
"handle", handle,
- "initiator-handle",
+ "initiator-handle", initiator,
+ "requested",
(tp_base_connection_get_self_handle (self->priv->conn) == initiator),
"simulation-delay", self->priv->simulation_delay,
"initial-audio", initial_audio,