Skip to content
Verified Commit e1635c99 authored by Ingo Klöcker's avatar Ingo Klöcker Committed by Ingo Klöcker
Browse files

Avoid crashes when importing multiple files

Using a modal progress dialog caused reentrancy problems in importResult()
(because QProgressDialog::setValue() calls processEvents()) which lead to
two key list connections (in tryToFinish), subsequently two calls of
keyCacheUpdated() and eventually a crash. Since the imports happen in the
background in separate threads we do not need a modal dialog to have the
progress displayed to the user.

GnuPG-bug-id: 6183
parent f8a906eb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment