Revision 60f8bd4...
Go back to digest for 19th May 2013Optimization in Utilities
Andre Heinecke committed changes in [kdepim/gpg4win] kleopatra/utils/types.cpp:
Do not use forceActiveWindow to bringToForeground
The AttachThreadInput used by forceActiveWindow
interacts with gpgol that also uses AttachThreadInput
in a way that can cause a deadlock somewhere between
Kleopatra and gpgOl with outlook runing at 100% CPU.
The reason for this is not understood but just doing
a setForegroundWindow is actually all that we want here.
File Changes
Modified 1 files
- kleopatra/utils/types.cpp
1 files changed in total