aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-12-26 23:19:47 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-12-26 23:19:47 +0000
commitdd31e6407bfc1349453920b36e83aa709dcaca27 (patch)
treea775c961f8f897565d4fae5ea7c690c4d5648a74 /keymgmt.cpp
parentadded structure for keyimportresult and emit keydbchanged in gpgcontext (diff)
downloadgpg4usb-dd31e6407bfc1349453920b36e83aa709dcaca27.tar.gz
gpg4usb-dd31e6407bfc1349453920b36e83aa709dcaca27.zip
show importdetaildialog in all places
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@704 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 3f1f8e9..f59ee27 100755
--- a/keymgmt.cpp
+++ b/keymgmt.cpp
@@ -178,7 +178,7 @@ void KeyMgmt::importKeyFromFile()
void KeyMgmt::importKeyFromKeyServer()
{
- importDialog = new KeyServerImportDialog(mCtx, this);
+ importDialog = new KeyServerImportDialog(mCtx, mKeyList, this);
importDialog->show();
}