From ade59c123c9e409667c7123c0280bc87fb43a717 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 28 Jan 2017 18:35:04 +0100 Subject: [PATCH] fix action names in Push2 support code --- libs/surfaces/push2/buttons.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/surfaces/push2/buttons.cc b/libs/surfaces/push2/buttons.cc index 097e3debb5..1f36d08d54 100644 --- a/libs/surfaces/push2/buttons.cc +++ b/libs/surfaces/push2/buttons.cc @@ -367,9 +367,9 @@ Push2::button_play () if (_modifier_state & ModSelect) { if (in_range_select) { in_range_select = true; - access_action ("Editor/start-range-from-playhead"); + access_action ("Common/start-range-from-playhead"); } else { - access_action ("Editor/finish-range-from-playhead"); + access_action ("Common/finish-range-from-playhead"); in_range_select = false; } return; @@ -461,7 +461,7 @@ Push2::button_solo () void Push2::button_new () { - access_action ("Editor/start-range-from-playhead"); + access_action ("Common/start-range-from-playhead"); id_button_map[New]->set_color (LED::White); id_button_map[New]->set_state (LED::NoTransition); @@ -478,7 +478,7 @@ Push2::button_new () void Push2::button_fixed_length () { - access_action ("Editor/finish-range-from-playhead"); + access_action ("Common/finish-range-from-playhead"); /* turn off both buttons for this operation */