aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-10-13 15:55:30 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-10-13 15:55:30 +0800
commit24fc798005f9904f637104431725fd697e70e139 (patch)
treeacdd8a0d5212b3fbb67ee853f9a6dd13cee15f51
parentb30e1ee62a6e27ae443e47e330f0f9b3b35a431a (diff)
downloadgsoc2013-empathy-24fc798005f9904f637104431725fd697e70e139.tar
gsoc2013-empathy-24fc798005f9904f637104431725fd697e70e139.tar.gz
gsoc2013-empathy-24fc798005f9904f637104431725fd697e70e139.tar.bz2
gsoc2013-empathy-24fc798005f9904f637104431725fd697e70e139.tar.lz
gsoc2013-empathy-24fc798005f9904f637104431725fd697e70e139.tar.xz
gsoc2013-empathy-24fc798005f9904f637104431725fd697e70e139.tar.zst
gsoc2013-empathy-24fc798005f9904f637104431725fd697e70e139.zip
empathy_chatroom_set_auto_connect: notify the favorite property change if needed
svn path=/trunk/; revision=1575
-rw-r--r--libempathy/empathy-chatroom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-chatroom.c b/libempathy/empathy-chatroom.c
index ac81af252..c7a4b635b 100644
--- a/libempathy/empathy-chatroom.c
+++ b/libempathy/empathy-chatroom.c
@@ -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");