]> git.sur5r.net Git - i3/i3/commit - src/con.c
Move urgent flag before killing the parent. 2132/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Sun, 27 Dec 2015 23:08:30 +0000 (18:08 -0500)
committerIngo Bürk <ingo.buerk@tngtech.com>
Sun, 27 Dec 2015 23:08:30 +0000 (18:08 -0500)
commit61a8bc81ecf16182089e07d9c532c4d0e75e1873
tree8082bd85e2d7d31e9aa8c3c333fb604fd940a9ef
parentdc463077d62fc7f900b61f228042380623b39cf1
Move urgent flag before killing the parent.

We need to move the urgent flag when moving a container across
workspaces before calling on_remove_child on the parent in order
to avoid a crash.

fixes #2128
src/con.c