[folks] libsocialweb: use BACKEND_NAME in build_uid
- From: Alban Crequy <albanc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] libsocialweb: use BACKEND_NAME in build_uid
- Date: Tue, 5 Apr 2011 13:29:42 +0000 (UTC)
commit 2c39dc54ba8060341eb110cf1043cd9a80d8f0f7
Author: Alban Crequy <alban crequy collabora co uk>
Date: Fri Mar 25 15:54:08 2011 +0000
libsocialweb: use BACKEND_NAME in build_uid
backends/libsocialweb/lib/swf-persona.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/backends/libsocialweb/lib/swf-persona.vala b/backends/libsocialweb/lib/swf-persona.vala
index dd5ba64..f457446 100644
--- a/backends/libsocialweb/lib/swf-persona.vala
+++ b/backends/libsocialweb/lib/swf-persona.vala
@@ -109,7 +109,7 @@ public class Swf.Persona : Folks.Persona,
public Persona (PersonaStore store, Contact contact)
{
var id = get_contact_id (contact);
- var uid = this.build_uid ("folks", store.id, id);
+ var uid = this.build_uid (BACKEND_NAME, store.id, id);
/* This is a hack so that Facebook contacts from libsocialweb are
* automatically merged with Facebook contacts from Telepathy
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]