]> git.0d.be Git - empathy.git/commitdiff
Merge branch 'gnome-3-6'
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 24 Jan 2013 14:14:25 +0000 (15:14 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 24 Jan 2013 14:14:25 +0000 (15:14 +0100)
libempathy/empathy-chatroom-manager.c

index da3c4e20bc96a055f8231815cdceb2285ae602d8..f1c7293d175a8e989e801a66e2bea83ae6f68446 100644 (file)
@@ -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