[folks/edsport] Check for google not google: since backend name wont have a colon.



commit 4aafcdd2b7016e5092331de7bca59303eb8bbaa8
Author: Jeremy Whiting <jpwhiting kde org>
Date:   Fri Jun 8 18:09:26 2012 -0600

    Check for google not google: since backend name wont have a colon.

 backends/eds/lib/edsf-persona-store.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/backends/eds/lib/edsf-persona-store.vala b/backends/eds/lib/edsf-persona-store.vala
index e1424b9..0c2c699 100644
--- a/backends/eds/lib/edsf-persona-store.vala
+++ b/backends/eds/lib/edsf-persona-store.vala
@@ -2195,7 +2195,7 @@ public class Edsf.PersonaStore : Folks.PersonaStore
 
           var backend_name = ((!) extension).get_backend_name ();
           /* base_uri should be google:// for Google Contacts address books */
-          if (backend_name.has_prefix ("google:"))
+          if (backend_name.has_prefix ("google"))
             {
               return true;
             }



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