[folks] e-d-s: default trust level for PersonaStores is PARTIAL



commit 563830b0894682564e4d418353614a043809a2c0
Author: Raul Gutierrez Segales <rgs collabora co uk>
Date:   Mon Aug 29 15:47:37 2011 +0100

    e-d-s: default trust level for PersonaStores is PARTIAL
    
    Without this, we can't link personas from different
    (e-d-s) PersonaStores.
    
    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=657635

 backends/eds/lib/edsf-persona-store.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/backends/eds/lib/edsf-persona-store.vala b/backends/eds/lib/edsf-persona-store.vala
index f6671b2..1f11fa6 100644
--- a/backends/eds/lib/edsf-persona-store.vala
+++ b/backends/eds/lib/edsf-persona-store.vala
@@ -192,6 +192,7 @@ public class Edsf.PersonaStore : Folks.PersonaStore
       this._personas = new HashMap<string, Persona> ();
       this._personas_ro = this._personas.read_only_view;
       this._query_str = "(contains \"x-evolution-any-field\" \"\")";
+      this.trust_level = PersonaStoreTrust.PARTIAL;
     }
 
   ~PersonaStore ()



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