]> git.sur5r.net Git - i3/i3/commitdiff
Compilation fix: Add dont_warp=false
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 24 Aug 2011 21:06:49 +0000 (23:06 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 24 Aug 2011 21:06:49 +0000 (23:06 +0200)
src/cmdparse.y

index ab9672c080c71da7ad2dccd2d4df86d880155c06..51e0f7bc776487ff597db6feb1389bcf5598456a 100644 (file)
@@ -745,7 +745,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();