[empathy] Do not require geoclue provider to support updates



commit b6800e4915dba910dae84f0bedc76c6dbde318ce
Author: Laurent Bigonville <bigon bigon be>
Date:   Sat Jun 5 14:26:41 2010 +0200

    Do not require geoclue provider to support updates
    
    Requiring that provider supports updates reduce the choice to almost
    zero (#620657).

 libempathy-gtk/empathy-location-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c
index 0a9d4dc..f4f1e0a 100644
--- a/libempathy-gtk/empathy-location-manager.c
+++ b/libempathy-gtk/empathy-location-manager.c
@@ -520,7 +520,7 @@ update_resources (EmpathyLocationManager *self)
    * being found as geoclue-manual report an empty address with
    * accuracy = NONE */
   if (!geoclue_master_client_set_requirements (priv->gc_client,
-          GEOCLUE_ACCURACY_LEVEL_COUNTRY, 0, TRUE, priv->resources,
+          GEOCLUE_ACCURACY_LEVEL_COUNTRY, 0, FALSE, priv->resources,
           NULL))
     {
       DEBUG ("set_requirements failed");



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