aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bigonville <bigon@bigon.be>2010-06-05 20:26:41 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-07 17:34:47 +0800
commitaa41d97cba3b0f4356525df7d80f2748f156af01 (patch)
tree959112c138d282fe7dc11aef60bfc9aba14fcdfd
parent2ad941149dcca32730db7c1efc70ef3b188bebb6 (diff)
downloadgsoc2013-empathy-aa41d97cba3b0f4356525df7d80f2748f156af01.tar
gsoc2013-empathy-aa41d97cba3b0f4356525df7d80f2748f156af01.tar.gz
gsoc2013-empathy-aa41d97cba3b0f4356525df7d80f2748f156af01.tar.bz2
gsoc2013-empathy-aa41d97cba3b0f4356525df7d80f2748f156af01.tar.lz
gsoc2013-empathy-aa41d97cba3b0f4356525df7d80f2748f156af01.tar.xz
gsoc2013-empathy-aa41d97cba3b0f4356525df7d80f2748f156af01.tar.zst
gsoc2013-empathy-aa41d97cba3b0f4356525df7d80f2748f156af01.zip
Do not require geoclue provider to support updates
Requiring that provider supports updates reduce the choice to almost zero (#620657).
-rw-r--r--libempathy-gtk/empathy-location-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c
index 0422f5cc6..2ab52b4c4 100644
--- a/libempathy-gtk/empathy-location-manager.c
+++ b/libempathy-gtk/empathy-location-manager.c
@@ -513,7 +513,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");