Parent Directory
|
Revision Log
|
Patch
revision 79 by twoaday, Tue Nov 8 07:15:13 2005 UTC | revision 80 by twoaday, Wed Nov 16 11:05:16 2005 UTC | |
---|---|---|
# | Line 816 keylist_add_key (listview_ctrl_t lv, int | Line 816 keylist_add_key (listview_ctrl_t lv, int |
816 | gpgme_subkey_t k; | gpgme_subkey_t k; |
817 | ||
818 | /* if the entire key is disabled, just return. */ | /* if the entire key is disabled, just return. */ |
819 | if (key->disabled) | if (key->disabled && !(mode & KEYLIST_LIST)) |
820 | return 0; | return 0; |
821 | ||
822 | for (k=key->subkeys, i = 0; i < count_subkeys (key); i++, k=k->next) { | for (k=key->subkeys, i = 0; i < count_subkeys (key); i++, k=k->next) { |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |