aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorokan2019-03-07 12:54:21 +0000
committerokan2019-03-07 12:54:21 +0000
commit3ac2ad35ec0bf84d329aff3ee68fd551d4e14fc9 (patch)
tree48c7480d23f7b3f7401e82845d7c701b187dd504 /conf.c
parent8d725d1cf917b4ce0bea540b9d029ff067a01afd (diff)
downloadcwm-3ac2ad35ec0bf84d329aff3ee68fd551d4e14fc9.tar.gz
shuffle deck chairs: rename group actions to match intent for clarity
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.c b/conf.c
index 7812756..29b2053 100644
--- a/conf.c
+++ b/conf.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: conf.c,v 1.248 2019/03/04 19:28:18 okan Exp $
+ * $OpenBSD: conf.c,v 1.249 2019/03/07 12:54:21 okan Exp $
*/
#include <sys/types.h>
@@ -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) },