[git] GpgOL - branch, master, updated. gpgol-2.0.6-97-g130d9ab
by Andre Heinecke
cvs at cvs.gnupg.org
Tue Mar 20 09:16:06 CET 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG extension for MS Outlook".
The branch, master has been updated
via 130d9ab498d42934b2fad5a26946ed3e031a9982 (commit)
from eb340dd8330139da31124732d18b5f2d11f72d2f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 130d9ab498d42934b2fad5a26946ed3e031a9982
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Tue Mar 20 09:14:28 2018 +0100
Add proper spawn flags to kleopatra initial start
* src/ribbon-callbacks.cpp (launch_cert_details): Add spawn
flags to fix initial show.
--
This allows the initial start to show a window / foreground
window and fixes a bug that the initial cert details was
not shown.
GnuPG-Bug-Id: T3845
diff --git a/src/ribbon-callbacks.cpp b/src/ribbon-callbacks.cpp
index 99eaf60..67cb7cc 100644
--- a/src/ribbon-callbacks.cpp
+++ b/src/ribbon-callbacks.cpp
@@ -1751,7 +1751,9 @@ HRESULT launch_cert_details (LPDISPATCH ctrl)
SRCNAME, __func__, path.c_str(), argv[1], argv[2]);
Data d(Data::null);
ctx->spawnAsync(path.c_str(), argv, d, d,
- d, Context::SpawnNone);
+ d, (GpgME::Context::SpawnFlags) (
+ GpgME::Context::SpawnAllowSetFg |
+ GpgME::Context::SpawnShowWindow));
}
else
{
-----------------------------------------------------------------------
Summary of changes:
src/ribbon-callbacks.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
--
GnuPG extension for MS Outlook
http://git.gnupg.org
More information about the Gnupg-commits
mailing list