aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r--gpgwin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgwin.cpp b/gpgwin.cpp
index 212c570..82d8e11 100644
--- a/gpgwin.cpp
+++ b/gpgwin.cpp
@@ -860,7 +860,7 @@ void GpgWin::showKeyDetails()
{
// TODO: first...?
gpgme_key_t key = mCtx->getKeyDetails(mKeyList->getSelected()->first());
- new KeyDetailsDialog(mCtx, key);
+ new KeyDetailsDialog(mCtx, key, this);
}