From dede4227bfc76afc52bf8c5584f40e4e3a025042 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 24 Nov 2008 09:22:08 +0000 Subject: [PATCH] dispatcher_connection_new_channel_cb: set the room of the newly created chatroom. Fixes bug #560387 (Guillaume Desmottes). svn path=/trunk/; revision=1918 --- libempathy/empathy-dispatcher.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index 7f2d873e..8be507ab 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 -- 2.39.2