[folks] Fetch TpContact avatar information upon creation.
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Fetch TpContact avatar information upon creation.
- Date: Fri, 1 Oct 2010 03:28:43 +0000 (UTC)
commit 2f84ebb7ef358227dc7feadf955f4ac16c9fc03c
Author: Travis Reitter <travis reitter collabora co uk>
Date: Thu Sep 30 20:13:50 2010 -0700
Fetch TpContact avatar information upon creation.
Fixes bgo#630347.
NEWS | 1 +
backends/telepathy/lib/tpf-persona-store.vala | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index b6952bb..078ae28 100644
--- a/NEWS
+++ b/NEWS
@@ -47,6 +47,7 @@ Bugs fixed:
* Bug 629331 â?? BackendStore.load_backends and the prepare() functions should
be idempotent.
* Bug 629008 â?? Add a test for Persona additions
+* Bug 630347 â?? Avatars are always NULL
Overview of changes from libfolks 0.1.16 to libfolks 0.1.17
===========================================================
diff --git a/backends/telepathy/lib/tpf-persona-store.vala b/backends/telepathy/lib/tpf-persona-store.vala
index 3448748..47fa7de 100644
--- a/backends/telepathy/lib/tpf-persona-store.vala
+++ b/backends/telepathy/lib/tpf-persona-store.vala
@@ -38,6 +38,8 @@ public class Tpf.PersonaStore : Folks.PersonaStore
private static ContactFeature[] contact_features =
{
ALIAS,
+ AVATAR_DATA,
+ AVATAR_TOKEN,
CAPABILITIES,
PRESENCE
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]