GNOME Bugzilla – Bug 349233
gtk.AboutDialog's Close button doesn't actually close the AboutDialog
Last modified: 2006-08-09 16:54:03 UTC
Please describe the problem: As the $SUMMARY says. I'm using pygtk 2.9.3-0ubuntu1 and gtk 2.10.1-0ubuntu1. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
This is a regression between 2.8.x and 2.9.x.
This is a GTK+ 2.10 change - from the release notes: * Dialogs created by gtk_about_dialog_new() no longer hide automatically when the user clicks close. It is the applications responsibility to hide or destroy the dialog.
So I think this should be mentioned in the reference API docs, and in gtk's too btw.