On Mon, 2003-09-01 at 17:48, Malcolm Tredinnick wrote:
> On Mon, 2003-09-01 at 17:40, Colin Fox wrote:
> > In addition to my previous message about the missing yellow star in the
> > About menu, the "Gnome About" dialog itself is causing me some grief.
> > 
> > If I show the about box, then dismiss it, then show it again, my program
> > aborts immediately with a segfault. No traceback stack or anything. I've
> > tried handling the 'response' and 'close' signals (hiding the dialog &
> > returning gtk.TRUE), to no avail.
> 
> Catch the 'delete' signal and ignore it (return gtk.TRUE). That will
> prevent the widget from being deleted.

Sorry, that should be the 'delete-event' signal.

Typing without checking. :-(

Cheers,
Malcolm

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to