GNOME Bugzilla – Bug 314980
trayicon apps crash
Last modified: 2005-09-02 17:32:34 UTC
Version details: 2.8.2 To reproduce this, run a trayicon app, killall the gnome-panel, and then change the gtk theme. When the Windows get destroyed by killing the panel, the GtkPlug doesn't recover very well.
Also, see https://bugzilla.novell.com/show_bug.cgi?id=114142
Created attachment 51724 [details] [review] Propogates the destroy signal properly.
2005-09-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmain.c (gtk_get_event_widget): If the window is destroyed, we still need to deliver the destroy event. (#314980, Chris Lahey)