aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/bar
diff options
context:
space:
mode:
authorBrian Ashworth <bosrsf04@gmail.com>2018-05-30 22:23:11 -0400
committerBrian Ashworth <bosrsf04@gmail.com>2018-06-02 08:07:44 -0400
commit8bfa2def8876bb507aa0174e6b159a0a226889b4 (patch)
treecb913921a89cf5436a6f0912fcdf680dde973216 /sway/commands/bar
parent51bb9d8573efce7c46703d070ad963ba7d8dee76 (diff)
Address first round of review for generic blocks
Diffstat (limited to 'sway/commands/bar')
-rw-r--r--sway/commands/bar/colors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/bar/colors.c b/sway/commands/bar/colors.c
index 6d3c09b8..8c862ca9 100644
--- a/sway/commands/bar/colors.c
+++ b/sway/commands/bar/colors.c
@@ -52,7 +52,7 @@ static struct cmd_results *parse_three_colors(char ***colors,
}
struct cmd_results *bar_cmd_colors(int argc, char **argv) {
- return subcommand(argv, argc, bar_colors_handlers,
+ return config_subcommand(argv, argc, bar_colors_handlers,
sizeof(bar_colors_handlers));
}