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 693884 - Don't reverse the order of secret items returned from SearchItems()
Don't reverse the order of secret items returned from SearchItems()
Status: RESOLVED FIXED
Product: gnome-keyring
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-02-15 13:36 UTC by Stef Walter
Modified: 2013-02-18 14:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
dbus: Don't reverse the order of items returned from SearchItems() (900 bytes, patch)
2013-02-15 13:37 UTC, Stef Walter
committed Details | Review

Description Stef Walter 2013-02-15 13:36:50 UTC
We shouldn't be reversing the order of the items returned from the Secret Service API SearchItems() method.
Comment 1 Stef Walter 2013-02-15 13:37:56 UTC
Created attachment 236243 [details] [review]
dbus: Don't reverse the order of items returned from SearchItems()

Applications expect the latest item to be returned first. We sort
the items carefully. Fix regression which reverses them.
Comment 2 Stef Walter 2013-02-18 14:17:38 UTC
Attachment 236243 [details] pushed as ef5f6ed - dbus: Don't reverse the order of items returned from SearchItems()