[folks] eds: Trust google address books FULL since authorization is required to load.



commit 09e397b9bb690a17a7c80da6e098919d402aff9b
Author: Jeremy Whiting <jpwhiting kde org>
Date:   Mon Jul 16 16:10:33 2012 -0600

    eds: Trust google address books FULL since authorization is required to load.

 backends/eds/lib/edsf-persona-store.vala |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/backends/eds/lib/edsf-persona-store.vala b/backends/eds/lib/edsf-persona-store.vala
index bb11254..557cc63 100644
--- a/backends/eds/lib/edsf-persona-store.vala
+++ b/backends/eds/lib/edsf-persona-store.vala
@@ -2371,6 +2371,9 @@ public class Edsf.PersonaStore : Folks.PersonaStore
           return;
         }
 
+      if (this._is_google_contacts_address_book ())
+        this.trust_level = PersonaStoreTrust.FULL;
+
       if (((!) this._addressbook).readonly)
         this.trust_level = PersonaStoreTrust.PARTIAL;
       else



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