Skip to content

window: prepare for window destruction after gtk_window_close()

Michael Catanzaro requested to merge mcatanzaro/#2424 into gtk-3-24

Epiphany is doing something weird after calling gtk_window_close(), because by the time the callback executes, the window has no GdkWindow. Let's guard against NULL GdkWindow.

Fixes #2424 (closed)

Edited by Michael Catanzaro

Merge request reports