summaryrefslogtreecommitdiff
path: root/libs/surfaces
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-01-28 18:19:01 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2017-01-28 18:19:01 +0100
commit8c7b0d1486c517598399aba8b95ea0271db692ac (patch)
tree741217bf31214dd6c29e4ab4dba7b02b0f7850d5 /libs/surfaces
parent3346c69f2dd15968e164561850b647cf51bea900 (diff)
wiimote surface support changes actions recently moved to Common/*
Diffstat (limited to 'libs/surfaces')
-rw-r--r--libs/surfaces/wiimote/wiimote.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/surfaces/wiimote/wiimote.cc b/libs/surfaces/wiimote/wiimote.cc
index df16bc05a5..56078545be 100644
--- a/libs/surfaces/wiimote/wiimote.cc
+++ b/libs/surfaces/wiimote/wiimote.cc
@@ -376,7 +376,7 @@ WiimoteControlProtocol::wiimote_callback (int mesg_count, union cwiid_mesg mesg[
// B + Home = add marker at playhead
if (b & CWIID_BTN_HOME) {
- access_action ("Editor/add-location-from-playhead");
+ access_action ("Common/add-location-from-playhead");
}
// B + minus = move playhead to the start
@@ -406,12 +406,12 @@ WiimoteControlProtocol::wiimote_callback (int mesg_count, union cwiid_mesg mesg[
// left = move playhead back a bit
if (b & CWIID_BTN_LEFT) {
- access_action ("Editor/nudge-playhead-backward");
+ access_action ("Common/nudge-playhead-backward");
}
// right = move playhead forward a bit
if (b & CWIID_BTN_RIGHT) {
- access_action ("Editor/nudge-playhead-forward");
+ access_action ("Common/nudge-playhead-forward");
}
// up = select previous track