[gnome-keyring/gnome-3-6] dbus: Set correct type for Collection's "Locked" property.



commit 205cf4c0d32099a83de0de059d0fa66c9eefd8a7
Author: Dmitry Shachnev <mitya57 ubuntu com>
Date:   Thu Dec 27 15:56:43 2012 +0400

    dbus: Set correct type for Collection's "Locked" property.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690765

 daemon/dbus/gkd-secret-introspect.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/dbus/gkd-secret-introspect.c b/daemon/dbus/gkd-secret-introspect.c
index 9fd1531..1ccd325 100644
--- a/daemon/dbus/gkd-secret-introspect.c
+++ b/daemon/dbus/gkd-secret-introspect.c
@@ -63,7 +63,7 @@ const gchar *gkd_secret_introspect_collection =
        "       <interface name='org.freedesktop.Secret.Collection'>\n"
        "               <property name='Items' type='ao' access='read'/>\n"
        "               <property name='Label' type='s' access='readwrite'/>\n"
-       "               <property name='Locked' type='s' access='read'/>\n"
+       "               <property name='Locked' type='b' access='read'/>\n"
        "               <property name='Created' type='t' access='read'/>\n"
        "               <property name='Modified' type='t' access='read'/>\n"
        "               <method name='Delete'>\n"


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