/[winpt]/trunk/Src/wptKeylist.cpp
ViewVC logotype

Diff of /trunk/Src/wptKeylist.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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) {

Legend:
Removed from v.79  
changed lines
  Added in v.80

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26