]> git.sur5r.net Git - i3/i3/commit
Bugfix: Fix assignment of clients to other workspaces (Thanks badboy)
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 17 Jun 2009 23:25:46 +0000 (01:25 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 17 Jun 2009 23:25:46 +0000 (01:25 +0200)
commit1c02ddb4a7d85eaa470ccd9ebcf0386c004621cc
tree06e3262633c4e2117a1add2af122abc7ebc557ad
parent086f6a47e3d7fbafb8832cf2b1c505eeb864697b
Bugfix: Fix assignment of clients to other workspaces (Thanks badboy)

The problem was that the old_focused pointer was pointing to an element
of a different list. Using CIRCLEQ_APPEND_AFTER is not a good idea on
with such an element…
src/manage.c