Make Individual implement PresenceDetails properly
authorTravis Reitter <travis.reitter@collabora.co.uk>
Tue, 24 Jan 2012 23:57:32 +0000 (15:57 -0800)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Fri, 27 Jan 2012 16:02:01 +0000 (08:02 -0800)
folks/individual.vala

index 450e010..7321bc5 100644 (file)
@@ -212,19 +212,19 @@ public class Folks.Individual : Object,
   /**
    * {@inheritDoc}
    */
-  public Folks.PresenceType presence_type { get; private set; }
+  public Folks.PresenceType presence_type { get; set; }
 
   /**
    * {@inheritDoc}
    *
    * @since 0.6.0
    */
-  public string presence_status { get; private set; }
+  public string presence_status { get; set; }
 
   /**
    * {@inheritDoc}
    */
-  public string presence_message { get; private set; }
+  public string presence_message { get; set; }
 
   /**
    * Whether the Individual is the user.