[Libreoffice-commits] core.git: Branch 'libreoffice-5-4-1' - xmlsecurity/source

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Tue Aug 15 12:00:45 UTC 2017


 xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 09f5f17f2547172ffc36f548ef80037e3aae4c15
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
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 <ci at libreoffice.org>
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>
    (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 <Thorsten.Behrens at CIB.de>
    Tested-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>

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");
 


More information about the Libreoffice-commits mailing list