Fix notification of favourites changes in Individual
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Thu, 8 Jul 2010 09:54:43 +0000 (10:54 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Thu, 8 Jul 2010 09:54:43 +0000 (10:54 +0100)
folks/individual.vala

index d7c4226..42c5f08 100644 (file)
@@ -488,8 +488,8 @@ public class Folks.Individual : Object,
         });
 
       /* Only notify if the value has changed */
-      if (this._is_favourite != favourite)
-        this._is_favourite = favourite;
+      if (this.is_favourite != favourite)
+        this.is_favourite = favourite;
     }
 
   private void update_alias ()