/[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 27 by twoaday, Mon Oct 17 08:49:30 2005 UTC revision 28 by twoaday, Thu Oct 20 12:35:59 2005 UTC
# Line 55  static struct listview_column_s klist[] Line 55  static struct listview_column_s klist[]
55      {4, 66, (char *)_("Cipher")},      {4, 66, (char *)_("Cipher")},
56      {5, 70, (char *)_("Validity")},      {5, 70, (char *)_("Validity")},
57      {6, 40, (char *)_("Trust")},      {6, 40, (char *)_("Trust")},
58      {7, 72, (char *) _("Creation")},      {7, 72, (char *)_("Creation")},
59      {0, 0, NULL}      {0, 0, NULL}
60  };  };
61  #define KLIST_ITEMS (DIM(klist) - 1)  #define KLIST_ITEMS (DIM(klist) - 1)
# Line 151  get_nth_key (gpgme_key_t key, int idx) Line 151  get_nth_key (gpgme_key_t key, int idx)
151      return t;      return t;
152  }  }
153    
154    
155  int  int
156  count_subkeys (gpgme_key_t key)  count_subkeys (gpgme_key_t key)
157  {  {

Legend:
Removed from v.27  
changed lines
  Added in v.28

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26