From b6800e4915dba910dae84f0bedc76c6dbde318ce Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Sat, 5 Jun 2010 14:26:41 +0200 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c index 0a9d4dcf7..f4f1e0ae3 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"); -- cgit v1.2.3