empathy r1575 - trunk/libempathy



Author: xclaesse
Date: Mon Oct 13 07:55:30 2008
New Revision: 1575
URL: http://svn.gnome.org/viewvc/empathy?rev=1575&view=rev

Log:
empathy_chatroom_set_auto_connect: notify the favorite property change if needed

Modified:
   trunk/libempathy/empathy-chatroom.c

Modified: trunk/libempathy/empathy-chatroom.c
==============================================================================
--- trunk/libempathy/empathy-chatroom.c	(original)
+++ trunk/libempathy/empathy-chatroom.c	Mon Oct 13 07:55:30 2008
@@ -396,6 +396,7 @@
     {
       /* auto_connect implies favorite */
       priv->favorite = TRUE;
+      g_object_notify (G_OBJECT (chatroom), "favorite");
     }
 
 	g_object_notify (G_OBJECT (chatroom), "auto-connect");



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