From kde-commits Wed Nov 06 09:48:26 2002 From: Christian Gebauer Date: Wed, 06 Nov 2002 09:48:26 +0000 To: kde-commits Subject: kdenetwork/knode X-MARC-Message: https://marc.info/?l=kde-commits&m=103657621012699 CVS commit by gebauer: fix for #44819, the kpgp code aborted KNComposer::applyChanges() if the signing key can't be determined and if the user presses "Cancel" in the confirmation dialog that is shown in this case. Aborting applyChanges() is bad, because that will delete the newly created message. easy Fix: move the checking code and the confirmation dialog to KNComposer::hasValidData(), where it belongs. M +32 -15 kncomposer.cpp 1.141