solve bug:

[ 770120 ] Attempting to export private key results in no file exported
This commit is contained in:
chris2511 2003-07-13 19:26:17 +00:00
parent 52e93cfeaa
commit bcaaf8133b

View File

@ -235,7 +235,7 @@ void KeyView::store()
targetKey->isPubKey(), MainWindow::getPath(), this);
dlg->image->setPixmap(*MainWindow::keyImg);
if (dlg->exec()) {
if (!dlg->exec()) {
delete dlg;
return;
}