diff options
Diffstat (limited to 'libempathy/empathy-tp-chatroom.c')
-rw-r--r-- | libempathy/empathy-tp-chatroom.c | 1 |
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); |