diff options
author | David Shaw <[email protected]> | 2008-10-03 20:00:46 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2008-10-03 20:00:46 +0000 |
commit | 1b86ee9806f4fbb37a4499717c003b0eb837183a (patch) | |
tree | 292b46efca6716eae193fbb9501b6a7f5a9d1f35 /g10/mainproc.c | |
parent | Add /daatfile command to gpg-connect-agent. (diff) | |
download | gnupg-1b86ee9806f4fbb37a4499717c003b0eb837183a.tar.gz gnupg-1b86ee9806f4fbb37a4499717c003b0eb837183a.zip |
* main.h, mainproc.c (check_sig_and_print), keylist.c
(list_keyblock_print), pkclist.c (do_edit_ownertrust), keyedit.c
(menu_showphoto), photoid.c (generate_photo_id, show_photos), misc.c
(pct_expando): Add %v and %V expandos so that displaying photo IDs can
show the attribute validity tag (%v) and string (%V). Originally by
Daniel Gillmor.
Diffstat (limited to 'g10/mainproc.c')
-rw-r--r-- | g10/mainproc.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c index 3756e2f96..4678c1bfd 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -1,6 +1,6 @@ /* mainproc.c - handle packets - * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - * 2007 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, + * 2008 Free Software Foundation, Inc. * * This file is part of GnuPG. * @@ -1826,7 +1826,8 @@ check_sig_and_print( CTX c, KBNODE node ) if(opt.verify_options&VERIFY_SHOW_PHOTOS) show_photos(un->pkt->pkt.user_id->attribs, - un->pkt->pkt.user_id->numattribs,pk,NULL); + un->pkt->pkt.user_id->numattribs, + pk,NULL,un->pkt->pkt.user_id); } p=utf8_to_native(un->pkt->pkt.user_id->name, |