diff options
| author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-02 02:43:21 +0200 |
|---|---|---|
| committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-02 02:43:21 +0200 |
| commit | 54f9d1f4d3ab003f4d658aeb64b482b212ab7041 (patch) | |
| tree | fb830a416d3684b225ddacc68e537c86705bdea7 /context.cpp | |
| parent | changed bool iscompletlysigned to int issigned and added setverifylabel to ve... (diff) | |
| download | gpg4usb-54f9d1f4d3ab003f4d658aeb64b482b212ab7041.tar.gz gpg4usb-54f9d1f4d3ab003f4d658aeb64b482b212ab7041.zip | |
added information to verifylabel and functionalitiy to import missing keys. Dont show a delete dialog, if no key is checked
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@506 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'context.cpp')
| -rw-r--r-- | context.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/context.cpp b/context.cpp index f8ca426..903ddd0 100644 --- a/context.cpp +++ b/context.cpp @@ -190,6 +190,7 @@ GpgKeyList Context::listKeys() if (key->uids) { gpgkey.name = key->uids->name; gpgkey.email = key->uids->email; + gpgkey.fpr = key->subkeys->fpr; } keys.append(gpgkey); gpgme_key_unref(key); |
