Merge branch 'master' into next

This commit is contained in:
Michael Stapelberg
2011-09-14 23:00:02 +01:00
5 changed files with 21 additions and 6 deletions

View File

@ -703,7 +703,7 @@ move:
TAILQ_FOREACH(current, &owindows, owindows) {
printf("matching: %p / %s\n", current->con, current->con->name);
con_move_to_workspace(current->con, ws, false);
con_move_to_workspace(current->con, ws, true, false);
}
tree_render();