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 13:00:59 +0100
commit9415b529a87ed63faa770799655c9506c86ea6b4 (patch)
tree5692e79158ac4af9ff356d5b01b4142dd5b08a6b /telepathy-glib
parentdb4715246a5ccb28dd427f467cfdd4a34b4e65ff (diff)
downloadtelepathy-glib-9415b529a87ed63faa770799655c9506c86ea6b4.tar.gz
call-channel: pass our factory to TpCallStream objects
Partially fix fdo#76168.
Diffstat (limited to 'telepathy-glib')
-rw-r--r--telepathy-glib/call-content.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/call-content.c b/telepathy-glib/call-content.c
index 071e304e7..c0f98e536 100644
--- a/telepathy-glib/call-content.c
+++ b/telepathy-glib/call-content.c
@@ -118,6 +118,7 @@ _tp_call_stream_new (TpCallContent *self,
"object-path", object_path,
"connection", self->priv->connection,
"content", self,
+ "factory", tp_proxy_get_factory (self),
NULL);
}