diff options
Diffstat (limited to 'libempathy/empathy-chatroom.c')
-rw-r--r-- | libempathy/empathy-chatroom.c | 1 |
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"); |