fix build in 'next' (Thanks thomasba)

This commit is contained in:
Michael Stapelberg 2011-09-14 23:16:23 +01:00
parent ad568aa8c1
commit 5a85c9efd2
1 changed files with 1 additions and 1 deletions

View File

@ -748,7 +748,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();