e-d-s: default trust level for PersonaStores is PARTIAL
authorRaul Gutierrez Segales <rgs@collabora.co.uk>
Mon, 29 Aug 2011 14:47:37 +0000 (15:47 +0100)
committerRaul Gutierrez Segales <rgs@collabora.co.uk>
Wed, 31 Aug 2011 20:32:13 +0000 (21:32 +0100)
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

index f6671b2..1f11fa6 100644 (file)
@@ -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 ()