Skip to content
Commit 5442958d authored by David King's avatar David King
Browse files

Return a gboolean from delete-event handler

Avoid undefined behaviour (manifesting as a crash on Fedora Rawhide) by
correctly returning a gboolean in the main window delete-event handler.
If the delete event was propagated by accident, the default handler
would destroy the window and lead to many subsequent problems.

Thanks to Igor Gnatenko for the bug report.

https://bugzilla.gnome.org/show_bug.cgi?id=725568
https://bugzilla.redhat.com/show_bug.cgi?id=1071563
parent df638532
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment