aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-location-manager.c
diff options
context:
space:
mode:
authorPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>2009-05-28 09:44:05 +0800
committerPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>2009-06-01 23:35:31 +0800
commita674071a1deb51ab75cd6dc550b3db00763f3a5c (patch)
tree47f94151f4a5400aa3e325eaae1d0810ebc5c9d2 /libempathy-gtk/empathy-location-manager.c
parentd64c42ef982318c23562986a4b82a0f4f77f7122 (diff)
downloadgsoc2013-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
Diffstat (limited to 'libempathy-gtk/empathy-location-manager.c')
-rw-r--r--libempathy-gtk/empathy-location-manager.c4
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");