aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.cpp
diff options
context:
space:
mode:
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 3130a4a..a5e8eac 100755
--- a/keymgmt.cpp
+++ b/keymgmt.cpp
@@ -176,7 +176,7 @@ void KeyMgmt::showKeyDetails()
// TODO: first...?
gpgme_key_t key = mCtx->getKeyDetails(mKeyList->getSelected()->first());
- new KeyDetailsDialog(key);
+ new KeyDetailsDialog(mCtx, key);
}
void KeyMgmt::exportKeyToFile()