[folks] Make Tpf.Persona properly implement the PresenceDetails properties.
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Make Tpf.Persona properly implement the PresenceDetails properties.
- Date: Mon, 30 Jan 2012 19:09:44 +0000 (UTC)
commit 84ada94322ade52392f386b09450d1a92ed9d02c
Author: Travis Reitter <travis reitter collabora co uk>
Date: Sat Jan 21 17:24:05 2012 -0800
Make Tpf.Persona properly implement the PresenceDetails properties.
backends/telepathy/lib/tpf-persona.vala | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]