aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-factory.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-12 22:34:52 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-12 22:36:24 +0800
commit2f6aec58f110a13b8c370d676bdd9fb6946893ee (patch)
tree64d9c68db0139ff29b8799d6b3bdddfb0655410a /libempathy/empathy-call-factory.c
parentce0fe44e47aa8c1b5365d1e3140aff59fcfff4f7 (diff)
downloadgsoc2013-empathy-2f6aec58f110a13b8c370d676bdd9fb6946893ee.tar
gsoc2013-empathy-2f6aec58f110a13b8c370d676bdd9fb6946893ee.tar.gz
gsoc2013-empathy-2f6aec58f110a13b8c370d676bdd9fb6946893ee.tar.bz2
gsoc2013-empathy-2f6aec58f110a13b8c370d676bdd9fb6946893ee.tar.lz
gsoc2013-empathy-2f6aec58f110a13b8c370d676bdd9fb6946893ee.tar.xz
gsoc2013-empathy-2f6aec58f110a13b8c370d676bdd9fb6946893ee.tar.zst
gsoc2013-empathy-2f6aec58f110a13b8c370d676bdd9fb6946893ee.zip
tp-call: add account property
Diffstat (limited to 'libempathy/empathy-call-factory.c')
-rw-r--r--libempathy/empathy-call-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-call-factory.c b/libempathy/empathy-call-factory.c
index 9ac4af2f7..49bc60de9 100644
--- a/libempathy/empathy-call-factory.c
+++ b/libempathy/empathy-call-factory.c
@@ -314,7 +314,7 @@ handle_channels_cb (TpSimpleHandler *handler,
TP_IFACE_QUARK_CHANNEL_TYPE_STREAMED_MEDIA)
continue;
- call = empathy_tp_call_new (channel);
+ call = empathy_tp_call_new (account, channel);
if (empathy_tp_call_get_status (call) <= EMPATHY_TP_CALL_STATUS_READYING)
{