GNOME Bugzilla – Bug 336504
about dialogue doesn't disappear
Last modified: 2009-04-08 13:59:40 UTC
+++ This bug was initially created as a clone of Bug #335945 +++ about dialogue doesn't disappear when clicking the Close button, when using gtk+ HEAD (see gtk+ bug 333360). This applies to the panel's own about dialogue, and to the included applets' about dialogues.
*** Bug 336057 has been marked as a duplicate of this bug. ***
seems to work o.k. with GTK+ 2.8.15
That's because it's a problem with gtk+ HEAD only :)
*** Bug 338433 has been marked as a duplicate of this bug. ***
(Trying to move a few more bugs out of the UNCONFIRMED state, and if this has several duplicates it should probably be confirmed arleady) Could you clarify why this cloned report is needed? It seems like GTK needs to be fixed or is the change in GTK merely exposing a previously unnoticed flaw?
This is not a gtk bug; I just referenced the gtk bug where this was *changed*, necessitating apps to adapt. (Cloning just makes mass-filing easier, you don't have to fill in all the text again.)
Hrm. One issue here is that it's not possible to change the screen of the about dialog with gtk_show_about_dialog(). Any idea on how to do this?
If parent != NULL, the about dialogue should show on the same screen as the parent (I haven't checked it actually does; if it doesn't that'd be a gtk+ bug IMO). If parent == NULL, gtk+ uses only one global about dialogue... I guess a RFE for gtk_show_about_dialog_on_screen would be needed?
This seems to have been fixed ? Btw, I filed bug 385950 for gtk_show_about_dialog_on_screen.
This is fixed.