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

New commits:
commit f65f34d630f02c0d9f8c6e5e28dff56e6208ab4f
Author: Samuel Mehrbrodt <samuel.mehrbr...@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 <c...@libreoffice.org>
    Reviewed-by: Katarina Behrens <katarina.behr...@cib.de>

diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx 
b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
index b3984acf548e..c47c415423ba 100644
--- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
+++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
@@ -472,7 +472,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
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to