[empathy] Any location accuracy will do



commit a674071a1deb51ab75cd6dc550b3db00763f3a5c
Author: Pierre-Luc Beaudoin <pierre-luc beaudoin collabora co uk>
Date:   Wed May 27 21:44:05 2009 -0400

    Any location accuracy will do
---
 libempathy-gtk/empathy-location-manager.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c
index 899850b..59555bf 100644
--- a/libempathy-gtk/empathy-location-manager.c
+++ b/libempathy-gtk/empathy-location-manager.c
@@ -458,10 +458,10 @@ update_resources (EmpathyLocationManager *location_manager)
 
   priv = GET_PRIV (location_manager);
 
-  DEBUG ("Updating resources");
+  DEBUG ("Updating resources %d", priv->resources);
 
   if (!geoclue_master_client_set_requirements (priv->gc_client,
-          GEOCLUE_ACCURACY_LEVEL_LOCALITY, 0, TRUE, priv->resources,
+          GEOCLUE_ACCURACY_LEVEL_NONE, 0, TRUE, priv->resources,
           NULL))
     {
       g_printerr ("set_requirements failed");



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