CVS update: gpa/src

Bernhard Herzog bherzog@guug.de
Mon Feb 12 15:09:10 2001


Date:	Monday February 12, 2001 @ 14:54
Author:	bherzog

Update of /home/koch/cvs/gpa/src
In directory sigtrap:/var/tmp/cvs-serv17173

Modified Files:
	keylist.c 
Log Message:
	* keylist.h (GPAKeyListColumn):
	* keylist.c (column_defs):
	(get_key_type_pixmap_value): New value func and column defintion
	to return a pixmap indicating the type of key: public only or
	secret+public.

	* keylist.c (ColumnValueFunc):
	(ColumnDef):
	(get_name_value):
	(get_trust_value):
	(get_ownertrust_value):
	(get_expirydate_value):
	(get_identifier_value): Change the prototype of ColumnValueFunc
	and update all value functions accordingly. Now the value may be a
	pixmap, but all existing functions only rerturn text as before.
	The function itself now also indicates whether the text has to be
	freed.
	(keylist_row_labels):
	(keylist_free_row_labels): Removed.
	(keylist_fill_row): New function to fill a row with the
	labels/pixmaps for one key

File: keylist.c        	Status: Up-to-date