[geoclue-properties] Do not require providers to support updates



commit 3206e3a9e3e10cb135b1dacae80e3f5710dbdc53
Author: Laurent Bigonville <bigon bigon be>
Date:   Wed Jun 9 10:16:04 2010 +0200

    Do not require providers to support updates

 geoclueproperties/geoclue_properties.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/geoclueproperties/geoclue_properties.py b/geoclueproperties/geoclue_properties.py
index 0b559d7..ad16d79 100644
--- a/geoclueproperties/geoclue_properties.py
+++ b/geoclueproperties/geoclue_properties.py
@@ -215,7 +215,7 @@ class GeocluePropertiesDialog:
         except Exception, e:
             print "D-Bus error: %s" % e
 
-        client.SetRequirements(geoclue.ACCURACY_LEVEL_COUNTRY, 0, True, geoclue.RESOURCE_NETWORK)
+        client.SetRequirements(geoclue.ACCURACY_LEVEL_COUNTRY, 0, False, geoclue.RESOURCE_NETWORK)
 
         try:
             self.address_changed (*address.GetAddress())



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]