summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2019-03-07 12:54:21 +0000
committerokan <okan>2019-03-07 12:54:21 +0000
commitb26202724a342b596692b5e9b1f47c7c491a1934 (patch)
treeb5ef1c48db1c3158ddb7d6a5b1834fc5653dfc23 /conf.c
parent9efa6c8c85780c3d5604d0686c943627765dd1a5 (diff)
downloadcwm-b26202724a342b596692b5e9b1f47c7c491a1934.tar.gz
cwm-b26202724a342b596692b5e9b1f47c7c491a1934.tar.xz
cwm-b26202724a342b596692b5e9b1f47c7c491a1934.zip
shuffle deck chairs: rename group actions to match intent for clarity
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 30c803e..d25e00f 100644
--- a/conf.c
+++ b/conf.c
@@ -139,7 +139,7 @@ static const struct {
 
 	{ FUNC_SC(group-cycle, group_cycle, (CWM_CYCLE_FORWARD)) },
 	{ FUNC_SC(group-rcycle, group_cycle, (CWM_CYCLE_REVERSE)) },
-	{ FUNC_SC(group-toggle-all, group_alltoggle, 0) },
+	{ FUNC_SC(group-toggle-all, group_toggle_all, 0) },
 	{ FUNC_SC(group-toggle-1, group_toggle, 1) },
 	{ FUNC_SC(group-toggle-2, group_toggle, 2) },
 	{ FUNC_SC(group-toggle-3, group_toggle, 3) },