[empathy/gnome-2-30] Do not require geoclue provider to support updates
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy/gnome-2-30] Do not require geoclue provider to support updates
- Date: Mon, 7 Jun 2010 09:34:54 +0000 (UTC)
commit aa41d97cba3b0f4356525df7d80f2748f156af01
Author: Laurent Bigonville <bigon bigon be>
Date: Sat Jun 5 14:26:41 2010 +0200
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c
index 0422f5c..2ab52b4 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");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]