]> git.0d.be Git - empathy.git/commitdiff
dispatcher_connection_new_channel_cb: set the room of the newly created chatroom...
authorXavier Claessens <xclaesse@src.gnome.org>
Mon, 24 Nov 2008 09:22:08 +0000 (09:22 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Mon, 24 Nov 2008 09:22:08 +0000 (09:22 +0000)
svn path=/trunk/; revision=1918

libempathy/empathy-dispatcher.c

index 7f2d873e70ee6a4c7340901e88512e585c92c05a..8be507abb9564a7f41badae81a2976f8d959b628 100644 (file)
@@ -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