[Gpa-commits]werner committed to gpa/src

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Tue, 30 Jul 2002 21:48:07 +0200


Date:	Tuesday July 30, 2002 @ 21:48
Author:	werner

Update of /cvs/gpa/gpa/src
In directory trithemius:/tmp/cvs-serv10372

Modified Files:
	ChangeLog filemenu.c gpawidgets.c 
Log Message:
* gpapafile.c (gpapa_file_sign)
(gpapa_file_encrypt)
(gpapa_file_encrypt_and_sign)
(gpapa_file_protect)
(gpapa_file_decrypt)
(gpapa_file_get_status)
(gpapa_file_get_signatures)
gpapapublickey.c (gpapa_public_key_export)
(gpapa_public_key_sign)
gpapasecretkey.c (gpapa_secret_key_export)
gpapa.c (gpapa_import_ownertrust)
(gpapa_import_keys): Only do argument quotation on windows. Use
g_free() to free memory allocated by g_strconcat. This makes the
filemanager work again on Unix.

* gpawidgets.c (gpa_key_list_new, gpa_secret_key_list_new) 
(gpa_public_key_list_new, gpa_key_list_new_from_glist): Move the
repeated code for creating the CList to a new gpa_key_list_new
function. Changed the others to use it.

* filemenu.c (file_sign_sign_exec): Remove unused function.

File: ChangeLog        	Status: Up-to-date
File: filemenu.c       	Status: Up-to-date
File: gpawidgets.c     	Status: Up-to-date