diff options
Diffstat (limited to 'context.cpp')
-rw-r--r-- | context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/context.cpp b/context.cpp index 9db8aad..820ea57 100644 --- a/context.cpp +++ b/context.cpp @@ -150,7 +150,7 @@ GpgKeyList Context::listKeys() GpgKeyList::iterator it = keys.begin(); while (it != keys.end()) { if (key->subkeys->keyid == it->id.toStdString()) - it->privkey = 1; + it->privkey = true; it++; } |