Merge branch 'fix-floating-restart'

This commit is contained in:
Michael Stapelberg 2012-03-21 20:24:03 +01:00
commit 7997fd667b
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ void floating_disable(Con *con, bool automatic) {
/* 2: kill parent container */
TAILQ_REMOVE(&(con->parent->parent->floating_head), con->parent, floating_windows);
TAILQ_REMOVE(&(con->parent->parent->focus_head), con->parent, focused);
tree_close(con->parent, DONT_KILL_WINDOW, false, false);
tree_close(con->parent, DONT_KILL_WINDOW, true, false);
/* 3: re-attach to the parent of the currently focused con on the workspace
* this floating con was on */