]> git.sur5r.net Git - i3/i3/commit
Bugfix: Don’t focus the wrong workspace when moving to scratchpad (+test) (Thanks...
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 14 Sep 2012 11:03:39 +0000 (13:03 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 14 Sep 2012 11:17:32 +0000 (13:17 +0200)
commit15499bf8e7687c346577ffe05c17afa4335f280a
tree42b2904034f643b8ca9b102ffa45d439f59c7b24
parent9436e6f26e971bb3beed3790e28c33b9a6eeedce
Bugfix: Don’t focus the wrong workspace when moving to scratchpad (+test) (Thanks loblik)

The problem was that scratchpad_move() didn’t check whether the source
workspace was focused. Therefore, 'move scratchpad' only worked reliably
interactively , but not when used with criteria.
src/con.c
src/scratchpad.c
testcases/t/198-regression-scratchpad-crash.t [new file with mode: 0644]