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 314980 - trayicon apps crash
trayicon apps crash
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.8.x
Other Linux
: Normal critical
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2005-08-31 19:16 UTC by Chris Lahey
Modified: 2005-09-02 17:32 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
Propogates the destroy signal properly. (623 bytes, patch)
2005-09-02 15:30 UTC, Chris Lahey
none Details | Review

Description Chris Lahey 2005-08-31 19:16:47 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.
Comment 1 Chris Lahey 2005-08-31 19:17:57 UTC
Also, see https://bugzilla.novell.com/show_bug.cgi?id=114142
Comment 2 Chris Lahey 2005-09-02 15:30:46 UTC
Created attachment 51724 [details] [review]
Propogates the destroy signal properly.
Comment 3 Matthias Clasen 2005-09-02 17:32:34 UTC
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)