Make Tpf.Persona properly implement the PresenceDetails properties.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Sun, 22 Jan 2012 01:24:05 +0000 (17:24 -0800)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Fri, 27 Jan 2012 16:01:57 +0000 (08:01 -0800)
backends/telepathy/lib/tpf-persona.vala

index 2a4ddea..f96d460 100644 (file)
@@ -228,7 +228,7 @@ public class Tpf.Persona : Folks.Persona,
    *
    * See {@link Folks.PresenceDetails.presence_type}.
    */
-  public Folks.PresenceType presence_type { get; private set; }
+  public Folks.PresenceType presence_type { get; set; }
 
   /**
    * The Persona's presence status.
@@ -237,14 +237,14 @@ public class Tpf.Persona : Folks.Persona,
    *
    * @since 0.6.0
    */
-  public string presence_status { get; private set; }
+  public string presence_status { get; set; }
 
   /**
    * The Persona's presence message.
    *
    * See {@link Folks.PresenceDetails.presence_message}.
    */
-  public string presence_message { get; private set; }
+  public string presence_message { get; set; }
 
   /**
    * The names of the Persona's linkable properties.