]> git.0d.be Git - empathy.git/commitdiff
empathy_chatroom_set_auto_connect: notify the favorite property change if needed
authorXavier Claessens <xclaesse@src.gnome.org>
Mon, 13 Oct 2008 07:55:30 +0000 (07:55 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Mon, 13 Oct 2008 07:55:30 +0000 (07:55 +0000)
svn path=/trunk/; revision=1575

libempathy/empathy-chatroom.c

index ac81af2529d0052ceb1d97018c60b78f7434bc8a..c7a4b635b4611d519f916b1e13a30f9adbfefaac 100644 (file)
@@ -396,6 +396,7 @@ empathy_chatroom_set_auto_connect (EmpathyChatroom *chatroom,
     {
       /* auto_connect implies favorite */
       priv->favorite = TRUE;
+      g_object_notify (G_OBJECT (chatroom), "favorite");
     }
 
        g_object_notify (G_OBJECT (chatroom), "auto-connect");