After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 349233 - gtk.AboutDialog's Close button doesn't actually close the AboutDialog
gtk.AboutDialog's Close button doesn't actually close the AboutDialog
Status: RESOLVED NOTABUG
Product: pygtk
Classification: Bindings
Component: gtk
2.9.x
Other All
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-30 00:28 UTC by Rui Matos
Modified: 2006-08-09 16:54 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Rui Matos 2006-07-30 00:28:31 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:
Comment 1 Gustavo Carneiro 2006-08-09 03:13:10 UTC
This is a regression between 2.8.x and 2.9.x.
Comment 2 John Finlay 2006-08-09 04:59:20 UTC
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.
Comment 3 Rui Matos 2006-08-09 16:54:03 UTC
So I think this should be mentioned in the reference API docs, and in gtk's too btw.