[folks] Support the Persona.is_user property in the key-file backend



commit 0457ec58cc8ee691ed3ed568a147af4a3a83a294
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Mon Aug 23 17:26:18 2010 +0100

    Support the Persona.is_user property in the key-file backend
    
    Helps: bgo#627402

 backends/key-file/kf-persona.vala |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/backends/key-file/kf-persona.vala b/backends/key-file/kf-persona.vala
index 199eac5..97f28e7 100644
--- a/backends/key-file/kf-persona.vala
+++ b/backends/key-file/kf-persona.vala
@@ -135,7 +135,8 @@ public class Folks.Backends.Kf.Persona : Folks.Persona,
               iid: iid,
               uid: uid,
               store: store,
-              linkable_properties: linkable_properties);
+              linkable_properties: linkable_properties,
+              is_user: false);
 
       debug ("Adding key-file Persona '%s' (IID '%s', group '%s')", uid, iid,
           id);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]