]> git.eshelyaron.com Git - emacs.git/commit
Fix DBUS query result parsing for secrets-search-items
authorKrzysztof Jurewicz <krzysztof.jurewicz@gmail.com>
Wed, 29 Apr 2015 09:18:08 +0000 (11:18 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 29 Apr 2015 09:18:08 +0000 (11:18 +0200)
commit7fbdb57f801159618f761b8dd510516575b6c5b2
treed5ae1816eab435d8419986a1daca9ff2596d0c7b
parent4594f894e60a50e3b5449d762b44a6c69b1bcae6
Fix DBUS query result parsing for secrets-search-items

* lisp/net/secrets.el (secrets-search-items): Fix DBUS query result
parsing.  The function assumed that return value of the
SearchItems method called on a collection is a list of two lists,
however this is true only when no collection is specified.  GNOME
had used to incorrectly return a list of two lists in both cases,
but this was already fixed:
https://bugzilla.gnome.org/show_bug.cgi?id=695115 .  Also fix an
incorrect information in the secrets-search-items’ docstring.
(Bug#20449)

Copyright-paperwork-exempt: yes
lisp/net/secrets.el