aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy/empathy-dispatcher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c
index 7f2d873e7..8be507abb 100644
--- a/libempathy/empathy-dispatcher.c
+++ b/libempathy/empathy-dispatcher.c
@@ -503,6 +503,7 @@ dispatcher_connection_new_channel_cb (TpConnection *connection,
{
chatroom = empathy_chatroom_new (account);
empathy_chatroom_set_name (chatroom, room_ids[0]);
+ empathy_chatroom_set_room (chatroom, room_ids[0]);
empathy_chatroom_manager_add (priv->chatroom_mgr, chatroom);
}
else