summaryrefslogtreecommitdiff
path: root/telepathy-glib
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-03-14 12:56:45 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-03-14 12:56:45 +0100
commitdb4715246a5ccb28dd427f467cfdd4a34b4e65ff (patch)
tree3a02ce47c34fb756fe4720ccbea1dd2bc5b9cad0 /telepathy-glib
parent10259fa5d3b5dddc3b2202a36e4b6b621890fab1 (diff)
downloadtelepathy-glib-db4715246a5ccb28dd427f467cfdd4a34b4e65ff.tar.gz
call-channel: pass our factory to TpCallContent objects
Partially fix fdo#76168.
Diffstat (limited to 'telepathy-glib')
-rw-r--r--telepathy-glib/call-channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/call-channel.c b/telepathy-glib/call-channel.c
index 59dd90ba7..8ed76323b 100644
--- a/telepathy-glib/call-channel.c
+++ b/telepathy-glib/call-channel.c
@@ -132,6 +132,7 @@ _tp_call_content_new (TpCallChannel *self,
"object-path", object_path,
"connection", tp_channel_get_connection ((TpChannel *) self),
"channel", self,
+ "factory", tp_proxy_get_factory (self),
NULL);
}