[folks/folks-0-2] Fetch TpContact avatar information upon creation.
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks/folks-0-2] Fetch TpContact avatar information upon creation.
- Date: Fri, 1 Oct 2010 03:32:56 +0000 (UTC)
commit 09d66507f389955ad38c809ffff66b5f84d82f45
Author: Travis Reitter <travis reitter collabora co uk>
Date: Thu Sep 30 20:28:09 2010 -0700
Fetch TpContact avatar information upon creation.
Fixes bgo#630347.
backends/telepathy/lib/tpf-persona-store.vala | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/backends/telepathy/lib/tpf-persona-store.vala b/backends/telepathy/lib/tpf-persona-store.vala
index 379a21a..93dfae0 100644
--- a/backends/telepathy/lib/tpf-persona-store.vala
+++ b/backends/telepathy/lib/tpf-persona-store.vala
@@ -869,7 +869,8 @@ public class Tpf.PersonaStore : Folks.PersonaStore
ContactFeature[] features =
{
ALIAS,
- /* XXX: also avatar token? */
+ AVATAR_DATA,
+ AVATAR_TOKEN,
PRESENCE
};
@@ -920,7 +921,8 @@ public class Tpf.PersonaStore : Folks.PersonaStore
ContactFeature[] features =
{
ALIAS,
- /* XXX: also avatar token? */
+ AVATAR_DATA,
+ AVATAR_TOKEN,
PRESENCE
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]