diff options
author | Laurent Bigonville <bigon@bigon.be> | 2010-06-05 20:26:41 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-07 17:33:43 +0800 |
commit | b6800e4915dba910dae84f0bedc76c6dbde318ce (patch) | |
tree | bc3b83feb5aa48ffff8e4b2279e75e99507c6bb0 | |
parent | db76f50da5903bb18fb480beaf430cb7329b2679 (diff) | |
download | gsoc2013-empathy-b6800e4915dba910dae84f0bedc76c6dbde318ce.tar gsoc2013-empathy-b6800e4915dba910dae84f0bedc76c6dbde318ce.tar.gz gsoc2013-empathy-b6800e4915dba910dae84f0bedc76c6dbde318ce.tar.bz2 gsoc2013-empathy-b6800e4915dba910dae84f0bedc76c6dbde318ce.tar.lz gsoc2013-empathy-b6800e4915dba910dae84f0bedc76c6dbde318ce.tar.xz gsoc2013-empathy-b6800e4915dba910dae84f0bedc76c6dbde318ce.tar.zst gsoc2013-empathy-b6800e4915dba910dae84f0bedc76c6dbde318ce.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.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |