]> git.sur5r.net Git - i3/i3/commit - src/scratchpad.c
scratchpad: fix crash when moving last window of an invisible workspace (+test) ...
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 25 Jan 2013 14:26:53 +0000 (15:26 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 25 Jan 2013 14:28:58 +0000 (15:28 +0100)
commita32d2d5d618db50e0277aef2dcbc850425a77c6b
treee8f77495748fcbb84c78447e27993ee7078323fc
parentf767ac30b3425689e3196930bd51d7e6f5f55d50
scratchpad: fix crash when moving last window of an invisible workspace (+test) (Thanks bafain)

It looks like the code which was removed with this commit was not
necessary anyways since con_move_to_workspace() by now checks on its own
whether it moves to the scratchpad.

fixes #913
src/scratchpad.c
testcases/t/204-regress-scratchpad-move.t [new file with mode: 0644]