]> git.sur5r.net Git - i3/i3/blobdiff - src/cmdparse.y
fix build in 'next' (Thanks thomasba)
[i3/i3] / src / cmdparse.y
index 174b5e05c7842490c2624588812ef049562eba96..650a2eb883caf928b9cbf5694bdb0c82eb7a040f 100644 (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();