CVS update: gpa/src
Bernhard Herzog
bherzog@guug.de
Tue Jan 30 17:49:17 2001
Date: Tuesday January 30, 2001 @ 17:47
Author: bherzog
Update of /home/koch/cvs/gpa/src
In directory sigtrap:/var/tmp/cvs-serv18372
Modified Files:
passphrasedlg.c
Log Message:
* passphrasedlg.c (passphrase_destroy):
(gpa_passphrase_run_dialog): Add a destroy event handler and quit
the recursive main loop there.
(passphrase_ok):
(passphrase_cancel): Instead of quitting the main loop, destroy
the dialog window.
(passphrase_delete_event): Removed because the default handler
does exactly what we need now.
(gpa_passphrase_run_dialog): use gtk_window_set_modal to get a
modal dialog and focus the password entry widget
(GPAPassphraseDialog): Add the window field to pass the dialog
window into the callbacks.
File: passphrasedlg.c Status: Up-to-date