GNOME Bugzilla – Bug 693884
Don't reverse the order of secret items returned from SearchItems()
Last modified: 2013-02-18 14:17:42 UTC
We shouldn't be reversing the order of the items returned from the Secret Service API SearchItems() method.
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.
Attachment 236243 [details] pushed as ef5f6ed - dbus: Don't reverse the order of items returned from SearchItems()