diff options
Diffstat (limited to 'src/ui/KeyList.cpp')
-rw-r--r-- | src/ui/KeyList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/KeyList.cpp b/src/ui/KeyList.cpp index 6931dc8d..c21a41ff 100644 --- a/src/ui/KeyList.cpp +++ b/src/ui/KeyList.cpp @@ -73,7 +73,7 @@ void KeyList::slotRefresh() mKeyList->setSortingEnabled(false); mKeyList->clearContents(); - GpgKeyList keys = mCtx->listKeys(); + GpgKeyList keys = mCtx->getKeys(); mKeyList->setRowCount(keys.size()); int row = 0; |