CVS update: gpa/src

Bernhard Herzog bherzog@guug.de
Thu Feb 15 14:25:01 2001


Date:	Thursday February 15, 2001 @ 14:24
Author:	bherzog

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

Modified Files:
	ChangeLog gpawizard.c gpawizard.h icons.xpm keygenwizard.c 
	keylist.c 
Log Message:
* gpawizard.c (GPAWizard):
(gpa_wizard_new): Add some fields for a callback that's called
whenever a page is switched. (This should really be implemented as
a GTK signal)
(gpa_wizard_set_page_switched): Call the callback
(gpa_wizard_page_switched): Set the callback
(gpa_wizard_notebook_destroy): New. Handler for the notebook's
destroy signal to remove the callback to avoid segfaults
(gpa_wizard_new): Connect to the notebook's destroy signal.

* gpawizard.h: Add the new type and prototype

* keygenwizard.c (gpa_keygen_wizard_password_validate,
gpa_keygen_wizard_backup_action,
gpa_keygen_wizard_backup_dir_action): Don't change the pixmap.
(page_switched): Callback for the page switches of the wizard.
Change the pixmap depending on the current page.

* icons.xpm: Tweak the import icon a little

* keylist.c (gpa_keylist_update_list): Update the column widths
also when the list was empty before

File: ChangeLog        	Status: Up-to-date
File: gpawizard.c      	Status: Up-to-date
File: gpawizard.h      	Status: Up-to-date
File: icons.xpm        	Status: Up-to-date
File: keygenwizard.c   	Status: Up-to-date
File: keylist.c        	Status: Up-to-date