aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-chatroom.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-03-11 20:23:02 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-03-11 20:23:02 +0800
commitecfd6a3474144a94caca498c56286b8ad503296e (patch)
treea86c0b6653aba931f408c20be2f26cb30efe248b /libempathy/empathy-tp-chatroom.c
parent633dd8bd9ec961c04f73335984d7ea30cc0b5684 (diff)
downloadgsoc2013-empathy-ecfd6a3474144a94caca498c56286b8ad503296e.tar
gsoc2013-empathy-ecfd6a3474144a94caca498c56286b8ad503296e.tar.gz
gsoc2013-empathy-ecfd6a3474144a94caca498c56286b8ad503296e.tar.bz2
gsoc2013-empathy-ecfd6a3474144a94caca498c56286b8ad503296e.tar.lz
gsoc2013-empathy-ecfd6a3474144a94caca498c56286b8ad503296e.tar.xz
gsoc2013-empathy-ecfd6a3474144a94caca498c56286b8ad503296e.tar.zst
gsoc2013-empathy-ecfd6a3474144a94caca498c56286b8ad503296e.zip
Add back "tp-chan" property, still used to inspect the channel handle.
svn path=/trunk/; revision=769
Diffstat (limited to 'libempathy/empathy-tp-chatroom.c')
-rw-r--r--libempathy/empathy-tp-chatroom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-chatroom.c b/libempathy/empathy-tp-chatroom.c
index 52d274e25..de0a684c0 100644
--- a/libempathy/empathy-tp-chatroom.c
+++ b/libempathy/empathy-tp-chatroom.c
@@ -202,6 +202,7 @@ empathy_tp_chatroom_new (McAccount *account,
chatroom = g_object_new (EMPATHY_TYPE_TP_CHATROOM,
"account", account,
"channel", channel,
+ "tp-chan", tp_chan,
NULL);
priv = GET_PRIV (chatroom);