After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 690765 - Another error in introspection data
Another error in introspection data
Status: RESOLVED FIXED
Product: gnome-keyring
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-12-27 11:58 UTC by Dmitry Shachnev
Modified: 2012-12-27 20:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Set correct type for Collection's "Locked" property. (1.07 KB, patch)
2012-12-27 12:02 UTC, Dmitry Shachnev
committed Details | Review

Description Dmitry Shachnev 2012-12-27 11:58:25 UTC
In http://git.gnome.org/browse/gnome-keyring/tree/daemon/dbus/gkd-secret-introspect.c#n66, we have:

    <property name='Locked' type='s' access='read'/>

'Locked' is boolean property, so it should be type='b' instead.
Comment 1 Dmitry Shachnev 2012-12-27 12:02:12 UTC
Created attachment 232259 [details] [review]
Set correct type for Collection's "Locked" property.
Comment 2 Stef Walter 2012-12-27 20:28:31 UTC
Thanks for catching that.