diff options
author | Valentin Rusu <kde@rusu.info> | 2011-07-16 01:10:03 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-07-28 09:41:34 +0200 |
commit | ac947ae6c117c734fe9036c200f4b8f901330504 (patch) | |
tree | d81a30b000e4b02da8cebef5de1bad519679bea5 | |
parent | 88403ca25a6b33130e3ad3d406b0a9fc8197223b (diff) | |
download | xdg-specs-ac947ae6c117c734fe9036c200f4b8f901330504.tar.xz |
Collection Locked property should be Boolean instead of STRING
-rw-r--r-- | 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> |