From 8fd28512046a9505e31705c9440623a63d719ab4 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 24 Jan 2013 15:08:31 +0100 Subject: [PATCH] chatroom-manager: save file when only the 'favorite' prop is changed Needed to save favorite changes from empathy-chat as it only changes this property. https://bugzilla.gnome.org/show_bug.cgi?id=678983 --- libempathy/empathy-chatroom-manager.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libempathy/empathy-chatroom-manager.c b/libempathy/empathy-chatroom-manager.c index da3c4e20..f1c7293d 100644 --- a/libempathy/empathy-chatroom-manager.c +++ b/libempathy/empathy-chatroom-manager.c @@ -199,6 +199,8 @@ add_chatroom (EmpathyChatroomManager *self, G_CALLBACK (chatroom_changed_cb), self); g_signal_connect (chatroom, "notify::always_urgent", G_CALLBACK (chatroom_changed_cb), self); + g_signal_connect (chatroom, "notify::favorite", + G_CALLBACK (chatroom_changed_cb), self); } static void -- 2.39.2