diff options
author | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-05-28 09:44:05 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-06-01 23:35:31 +0800 |
commit | a674071a1deb51ab75cd6dc550b3db00763f3a5c (patch) | |
tree | 47f94151f4a5400aa3e325eaae1d0810ebc5c9d2 | |
parent | d64c42ef982318c23562986a4b82a0f4f77f7122 (diff) | |
download | gsoc2013-empathy-a674071a1deb51ab75cd6dc550b3db00763f3a5c.tar gsoc2013-empathy-a674071a1deb51ab75cd6dc550b3db00763f3a5c.tar.gz gsoc2013-empathy-a674071a1deb51ab75cd6dc550b3db00763f3a5c.tar.bz2 gsoc2013-empathy-a674071a1deb51ab75cd6dc550b3db00763f3a5c.tar.lz gsoc2013-empathy-a674071a1deb51ab75cd6dc550b3db00763f3a5c.tar.xz gsoc2013-empathy-a674071a1deb51ab75cd6dc550b3db00763f3a5c.tar.zst gsoc2013-empathy-a674071a1deb51ab75cd6dc550b3db00763f3a5c.zip |
Any location accuracy will do
-rw-r--r-- | 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 899850bf8..59555bf8a 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"); |