werner committed to gpa/gpapa
[email protected] Tue, 30 Jul 2002 21:48:02 +0200
| Newsgroups | gmane.comp.encryption.gpg.gpa.cvs |
|---|---|
| Message-ID | <[email protected]> |
Date: Tuesday July 30, 2002 @ 21:48 Author: werner Update of /cvs/gpa/gpa/gpapa In directory trithemius:/tmp/cvs-serv10343 Modified Files: ChangeLog gpapa.c gpapafile.c gpapapublickey.c gpapasecretkey.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: gpapa.c Status: Up-to-date File: gpapafile.c Status: Up-to-date File: gpapapublickey.c Status: Up-to-date File: gpapasecretkey.c Status: Up-to-date