aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-01-29 18:45:52 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-01-29 18:45:52 +0000
commitfc680bdd1d29de42a6e710197ec993267b352f9a (patch)
treee7ee75a14d2c67360467836dc8827a314f522cdf /keymgmt.cpp
parentadded platform independent shortcut for close tab and preferences (diff)
downloadgpg4usb-fc680bdd1d29de42a6e710197ec993267b352f9a.tar.gz
gpg4usb-fc680bdd1d29de42a6e710197ec993267b352f9a.zip
bug fixing deleting checked, not selected keys in keymgmt
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@451 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keymgmt.cpp')
-rwxr-xr-xkeymgmt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keymgmt.cpp b/keymgmt.cpp
index 2cf21c0..7b1b912 100755
--- a/keymgmt.cpp
+++ b/keymgmt.cpp
@@ -171,7 +171,7 @@ void KeyMgmt::deleteSelectedKeys()
void KeyMgmt::deleteCheckedKeys()
{
- deleteKeysWithWarning(mKeyList->getSelected());
+ deleteKeysWithWarning(mKeyList->getChecked());
}
void KeyMgmt::deleteKeysWithWarning(QStringList *uidList)