]> git.sur5r.net Git - i3/i3/commit
Bugfix: Re-assign dock windows to different workspaces when a workspace is deleted
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 16 May 2009 16:12:35 +0000 (18:12 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 16 May 2009 16:12:35 +0000 (18:12 +0200)
commitd5d44e66a217f7c41a2968ff435c09261ca4b6d4
tree82c0db0014866c5883a5237a435fce2e023ba8c8
parente79cca8f725284dfb2d15fdb7a57419029eb023e
Bugfix: Re-assign dock windows to different workspaces when a workspace is deleted

Killing a dock client and having destroyed workspace 1 before (or the workspace
on which the dock client was started when it was not auto-started) crashed i3 before
this bugfix.
src/commands.c
src/handlers.c
src/util.c