]> git.0d.be Git - empathy.git/commitdiff
Do not require geoclue provider to support updates
authorLaurent Bigonville <bigon@bigon.be>
Sat, 5 Jun 2010 12:26:41 +0000 (14:26 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 7 Jun 2010 09:33:43 +0000 (11:33 +0200)
Requiring that provider supports updates reduce the choice to almost
zero (#620657).

libempathy-gtk/empathy-location-manager.c

index 0a9d4dcf71a73eb66ef5f21e0b87dc81ebf3b0b5..f4f1e0ae3e710a20fe83eb2cbb96a830485fb737 100644 (file)
@@ -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");