[PATCH] Collection Locked property should be Boolean instead of STRING

Valentin Rusu kde at rusu.info
Sat Jul 16 01:10:03 CEST 2011


---
 secret-service/org.freedesktop.Secrets.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/secret-service/org.freedesktop.Secrets.xml b/secret-service/org.freedesktop.Secrets.xml
index cee47e9..b6fba64 100644
--- a/secret-service/org.freedesktop.Secrets.xml
+++ b/secret-service/org.freedesktop.Secrets.xml
@@ -263,7 +263,7 @@ properties = { "org.freedesktop.Secret.Collection.Label": "MyCollection" }
                 <tp:docstring>The displayable label of this collection.</tp:docstring>
             </property>
 
-            <property name="Locked" type="s" access="read">
+            <property name="Locked" type="b" access="read">
                 <tp:docstring>
                     Whether the collection is locked and must be authenticated by the client application.
                 </tp:docstring>
-- 
1.7.5.4


--------------060406000900000101030308--


More information about the Ksecretservice-devel mailing list