diff options
| author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-09-20 14:56:06 +0200 |
|---|---|---|
| committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-09-20 14:56:06 +0200 |
| commit | 33da48f0bb4b2eb2b61374c4822d5fd7ea4cd7cf (patch) | |
| tree | 85559386cb462c605228b45c3cfcfdf704f3ed4a /context.cpp | |
| parent | gpgwin.*, ported r157 (simple fix for 'NO DATA'-error) from trunk (diff) | |
| download | gpg4usb-33da48f0bb4b2eb2b61374c4822d5fd7ea4cd7cf.tar.gz gpg4usb-33da48f0bb4b2eb2b61374c4822d5fd7ea4cd7cf.zip | |
ported r159-r162 (QTableWidget in Keylist, fix for undefined int in keylist) from trunk
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.1@168 34ebc366-c3a9-4b3c-9f84-69acf7962910
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++; } |
