]> git.sur5r.net Git - i3/i3/commitdiff
fix build in 'next' (Thanks thomasba)
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 14 Sep 2011 22:16:23 +0000 (23:16 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 14 Sep 2011 22:16:23 +0000 (23:16 +0100)
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();