summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-06-27 09:54:53 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2017-08-15 10:29:03 +0200
commit3e807b95626e9212cc1de18ed62c4864df180368 (patch)
tree35d73192f57f6ec7f5c5a293773cd4305b8bec84 /xmlsecurity
parent2aa1c7d95ee35c39498ca8a62e8cd7f50941c07b (diff)
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 <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> (cherry picked from commit f65f34d630f02c0d9f8c6e5e28dff56e6208ab4f) Reviewed-on: https://gerrit.libreoffice.org/41158
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx2
1 files changed, 1 insertions, 1 deletions
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");