Merge branch 'master' into next

This commit is contained in:
Michael Stapelberg
2011-08-24 23:00:12 +02:00
4 changed files with 26 additions and 8 deletions

View File

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