xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 09f5f17f2547172ffc36f548ef80037e3aae4c15 Author: Samuel Mehrbrodt <[email protected]> Date: Tue Jun 27 09:54:53 2017 +0200 gpg4libre: Add seahorse to list of certificate managers which is the Gnome default app for ḱey management Change-Id: I4c27074f83538640fb1729c5cfddd96981d35f40 Reviewed-on: https://gerrit.libreoffice.org/39288 Tested-by: Jenkins <[email protected]> Reviewed-by: Katarina Behrens <[email protected]> (cherry picked from commit f65f34d630f02c0d9f8c6e5e28dff56e6208ab4f) Reviewed-on: https://gerrit.libreoffice.org/41158 (cherry picked from commit 3e807b95626e9212cc1de18ed62c4864df180368) Reviewed-on: https://gerrit.libreoffice.org/41165 Reviewed-by: Thorsten Behrens <[email protected]> Tested-by: Thorsten Behrens <[email protected]> Reviewed-by: Miklos Vajna <[email protected]> diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx index fd4a7f13f79d..5a49151608d3 100644 --- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx +++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx @@ -470,7 +470,7 @@ IMPL_LINK_NOARG(DigitalSignaturesDialog, RemoveButtonHdl, Button*, void) IMPL_STATIC_LINK_NOARG(DigitalSignaturesDialog, CertMgrButtonHdl, Button*, void) { - const OUString aGUIServers[] = { OUString("kleopatra"), OUString("gpa"), OUString("kgpg") }; + const OUString aGUIServers[] = { OUString("kleopatra"), OUString("seahorse"), OUString("gpa"), OUString("kgpg") }; // FIXME: the same for Windows + registry search for gpg4win const char* cPath = getenv("PATH");
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
