---
src/commands.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/commands.c b/src/commands.c
index 8875b8d..85d8cdf 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -846,7 +846,7 @@ void cmd_workspace_number(I3_CMD, char *which) {
cmd_output->needs_tree_render = true;
return;
}
- if (maybe_back_and_forth(cmd_output, which))
+ if (maybe_back_and_forth(cmd_output, workspace->name))
return;
workspace_show(workspace);
--
1.7.11.5- [i3] [PATCH] Fix 'back and forth' in 'workspace number ... sebasti
- [i3] [PATCH v2 0/2] Next try Sebastian Ullrich
- [i3] [PATCH 1/2] Fix 'back and forth' in 'work... Sebastian Ullrich
- [i3] [PATCH 2/2] Remove dead code in cmd_works... Sebastian Ullrich
- Re: [i3] [PATCH v2 0/2] Next try Michael Stapelberg
