[gnome-shell] location: 'MaxAccuracyLevel' property is now read-only



commit 19406a238b238cbc388789eeffac7c4fc708ca77
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Sun Feb 16 15:33:51 2014 +0000

    location: 'MaxAccuracyLevel' property is now read-only
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723684

 js/ui/status/location.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/location.js b/js/ui/status/location.js
index dd9c2f6..6cf94ee 100644
--- a/js/ui/status/location.js
+++ b/js/ui/status/location.js
@@ -25,7 +25,7 @@ const GeoclueManager = Gio.DBusProxy.makeProxyWrapper(GeoclueIface);
 
 var AgentIface = '<node> \
   <interface name="org.freedesktop.GeoClue2.Agent"> \
-    <property name="MaxAccuracyLevel" type="u" access="readwrite"/> \
+    <property name="MaxAccuracyLevel" type="u" access="read"/> \
     <method name="AuthorizeApp"> \
       <arg name="desktop_id" type="s" direction="in"/> \
       <arg name="req_accuracy_level" type="u" direction="in"/> \


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