aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-call.c
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-12-03 06:38:02 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-12-03 06:38:02 +0800
commit8297d04e95387045ec54454c5da99703b9c93c87 (patch)
tree9fccd6613f968d0fc40b518399d7858cb3c609fe /libempathy/empathy-tp-call.c
parent287a94ed26db281d9ba6331230e3ead8019ed8e0 (diff)
downloadgsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.tar
gsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.tar.gz
gsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.tar.bz2
gsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.tar.lz
gsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.tar.xz
gsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.tar.zst
gsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.zip
Conflicts:
ChangeLog git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@455 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy/empathy-tp-call.c')
-rw-r--r--libempathy/empathy-tp-call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-call.c b/libempathy/empathy-tp-call.c
index d4298a26c..3e8467994 100644
--- a/libempathy/empathy-tp-call.c
+++ b/libempathy/empathy-tp-call.c
@@ -318,7 +318,7 @@ tp_call_constructor (GType type,
priv->group = empathy_tp_group_new (priv->account, priv->tp_chan);
priv->streamed_iface = tp_chan_get_interface (priv->tp_chan,
- TELEPATHY_CHAN_IFACE_STREAMED_QUARK);
+ TP_IFACE_QUARK_CHANNEL_TYPE_STREAMED_MEDIA);
/* Connect signals */
dbus_g_proxy_connect_signal (priv->streamed_iface, "StreamAdded",