Skip to content
Commit 81c67726 authored by Kalev Lember's avatar Kalev Lember
Browse files

shell: Avoid destroying modal windows in the "response" signal handler

Other code may legitimately connect to the "response" signal handler as
well and if we destroy it in the handler, their callbacks are never
invoked. Instead, do our window tracking in the "unmap" signal handler.

https://bugzilla.gnome.org/show_bug.cgi?id=764437
parent 53e8e084
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