From 24fc798005f9904f637104431725fd697e70e139 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 13 Oct 2008 07:55:30 +0000 Subject: empathy_chatroom_set_auto_connect: notify the favorite property change if needed svn path=/trunk/; revision=1575 --- libempathy/empathy-chatroom.c | 1 + 1 file changed, 1 insertion(+) 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"); -- cgit v1.2.3