[next] telepathy-glib: Fix regression in unit tests
Xavier Claessens
xclaesse at kemper.freedesktop.org
Tue Jun 5 02:48:14 PDT 2012
Module: telepathy-glib
Branch: next
Commit: 000329f27eed1fd13d7499ac2851583c778659f9
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=000329f27eed1fd13d7499ac2851583c778659f9
Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date: Mon Jun 4 14:58:30 2012 +0200
Fix regression in unit tests
The bug was introduced in commit 97755a8cef146519f688054d1bafe22f40bc17ff
---
examples/cm/call/call-manager.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/examples/cm/call/call-manager.c b/examples/cm/call/call-manager.c
index ed84640..78cc233 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,
More information about the telepathy-commits
mailing list