GNOME Bugzilla – Bug 151412
[PATCH] battery applet crashes when closing the low batt notification and pluging the laptop
Last modified: 2004-12-22 21:47:04 UTC
When you close the dialog you're destroying the widget, but not setting it to NULL, so when you plug the laptop you're trying to do gtk_widget_destroy() on random memory
Created attachment 31085 [details] backtrace of the crash
Created attachment 31086 [details] [review] Proposed patch to fix it Note that the patch also fixes a typo when connecting the "response" signal in the dialog that notifies when the batt is fully recharged
*** Bug 151382 has been marked as a duplicate of this bug. ***
I thought I'd fixed this. Oh well, committed now, thanks Carlos.