aboutsummaryrefslogtreecommitdiff
path: root/parser-specs
diff options
context:
space:
mode:
authorOrestis Floros <orestisflo@gmail.com>2020-05-30 16:45:33 +0200
committerOrestis Floros <orestisflo@gmail.com>2020-05-30 16:46:14 +0200
commitae9613576fd1e292aff9169e6b50341d3db829f4 (patch)
tree162d7ed868389224bef39e3434b628acd6476811 /parser-specs
parentdd13398e046cd613778d5cf1f911c8a5163de732 (diff)
downloadi3-ae9613576fd1e292aff9169e6b50341d3db829f4.tar.gz
i3-ae9613576fd1e292aff9169e6b50341d3db829f4.zip
Fix swapped cmd_bar_{mode,hidden_state}
Mentioned in https://github.com/i3/i3/commit/fb2677f5f489bc0ed1adbda5c17abad4057f1445#r39550195
Diffstat (limited to 'parser-specs')
-rw-r--r--parser-specs/commands.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/parser-specs/commands.spec b/parser-specs/commands.spec
index de25bdeb..11177b88 100644
--- a/parser-specs/commands.spec
+++ b/parser-specs/commands.spec
@@ -467,7 +467,7 @@ state BAR_HIDDEN_STATE_ID:
bar_id = word
->
end
- -> call cmd_bar_mode($bar_value, $bar_id)
+ -> call cmd_bar_hidden_state($bar_value, $bar_id)
state BAR_MODE:
bar_value = 'dock', 'hide', 'invisible', 'toggle'
@@ -477,4 +477,4 @@ state BAR_MODE_ID:
bar_id = word
->
end
- -> call cmd_bar_hidden_state($bar_value, $bar_id)
+ -> call cmd_bar_mode($bar_value, $bar_id)