aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-11 21:10:51 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-11 21:10:51 +0800
commitc8c2fca9f306ddaa551724b7c15f0b5e5f1d0b0c (patch)
treec6af19501b6c67fab6ca3ecaea2e323758d081f9 /libempathy
parent3ea0d16987c7e535ab9ab6678f1d10cd11b31305 (diff)
downloadgsoc2013-empathy-c8c2fca9f306ddaa551724b7c15f0b5e5f1d0b0c.tar
gsoc2013-empathy-c8c2fca9f306ddaa551724b7c15f0b5e5f1d0b0c.tar.gz
gsoc2013-empathy-c8c2fca9f306ddaa551724b7c15f0b5e5f1d0b0c.tar.bz2
gsoc2013-empathy-c8c2fca9f306ddaa551724b7c15f0b5e5f1d0b0c.tar.lz
gsoc2013-empathy-c8c2fca9f306ddaa551724b7c15f0b5e5f1d0b0c.tar.xz
gsoc2013-empathy-c8c2fca9f306ddaa551724b7c15f0b5e5f1d0b0c.tar.zst
gsoc2013-empathy-c8c2fca9f306ddaa551724b7c15f0b5e5f1d0b0c.zip
Update for new API
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@901 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-tp-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c
index 50e05fc60..aada6e163 100644
--- a/libempathy/empathy-tp-chat.c
+++ b/libempathy/empathy-tp-chat.c
@@ -698,7 +698,7 @@ tp_chat_channel_ready_cb (EmpathyTpChat *chat)
priv->ready = TRUE;
if (tp_proxy_has_interface_by_id (priv->channel,
TP_IFACE_QUARK_CHANNEL_INTERFACE_GROUP)) {
- priv->group = empathy_tp_group_new (priv->account, priv->tp_chan);
+ priv->group = empathy_tp_group_new (priv->account, priv->channel);
g_signal_connect (priv->group, "member-added",
G_CALLBACK (tp_chat_member_added_cb),