From: Travis Reitter Date: Sun, 22 Jan 2012 01:24:05 +0000 (-0800) Subject: Make Tpf.Persona properly implement the PresenceDetails properties. X-Git-Tag: FOLKS_0_6_7~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84ada94322ade52392f386b09450d1a92ed9d02c;p=platform%2Fupstream%2Ffolks.git Make Tpf.Persona properly implement the PresenceDetails properties. --- diff --git a/backends/telepathy/lib/tpf-persona.vala b/backends/telepathy/lib/tpf-persona.vala index 2a4ddea..f96d460 100644 --- a/backends/telepathy/lib/tpf-persona.vala +++ b/backends/telepathy/lib/tpf-persona.vala @@ -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.