Jason Bodnar <[EMAIL PROTECTED]> writes: > Does the GnomeAbout dialog get destroyed when you click? Perhaps that's my > problem? > Indeed it does. If you connect to the "close" signal on the dialog and return "TRUE" from your signal handler, you can prevent its destruction, though. You can also have it hide on close with the "close_hides" function. Havoc -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
- [gtk-list] Problem with GnomeAbout and Gtk-Perl Jason Bodnar
- Havoc Pennington