]> git.sur5r.net Git - i3/i3/commit
Bugfix: Insert container at the correct position on workspace-level when workspace_la...
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 8 Nov 2011 20:37:24 +0000 (20:37 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 8 Nov 2011 20:37:24 +0000 (20:37 +0000)
commit26ab2ac008bc48734f4e3a5caab9c9f2f8c447e8
treeed525b003e2fef91e44b1f62eb81f579c25d2fef
parent715fe580afe0b6bc9a1e673f4f3f45c69aaab931
Bugfix: Insert container at the correct position on workspace-level when workspace_layout == default

Fixes #533

The problem was that the code was always executed. While it *attaches* the new
container to the workspace container, it also sets current = NULL and thus
always appends the container instead of inserting it after the currently
focused child. So now, we just don’t execute that code at all for
workspace_layout == default.
src/con.c