empathy r1918 - trunk/libempathy



Author: xclaesse
Date: Mon Nov 24 09:22:08 2008
New Revision: 1918
URL: http://svn.gnome.org/viewvc/empathy?rev=1918&view=rev

Log:
dispatcher_connection_new_channel_cb: set the room of the newly created chatroom. Fixes bug #560387 (Guillaume Desmottes).

Modified:
   trunk/libempathy/empathy-dispatcher.c

Modified: trunk/libempathy/empathy-dispatcher.c
==============================================================================
--- trunk/libempathy/empathy-dispatcher.c	(original)
+++ trunk/libempathy/empathy-dispatcher.c	Mon Nov 24 09:22:08 2008
@@ -503,6 +503,7 @@
         {
           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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]