summaryrefslogtreecommitdiff
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-01-24 15:08:31 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-01-24 15:13:44 +0100
commit8fd28512046a9505e31705c9440623a63d719ab4 (patch)
tree0db889174967519c203f70465d488c04816b8c11 /libempathy
parentc3716f8a8add2a6fbebef81b05281d777c8369ba (diff)
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
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-chatroom-manager.c2
1 files changed, 2 insertions, 0 deletions
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