summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-03-20 11:15:47 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2019-03-20 11:15:47 -0700
commit51df70b40541115e514cf95a8e41f42baa8c6afc (patch)
tree26832fd1fc56da1d9a9106facc0db27e4773d3c5 /gtk2_ardour/editor.cc
parent94d859e30df6d11e808382da4ca1b02e93eb2912 (diff)
ActionManager::get_all_actions() no longer includes <Actions> in the paths it returns, part 3 (GUI)
Diffstat (limited to 'gtk2_ardour/editor.cc')
-rw-r--r--gtk2_ardour/editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index 63bf7f1e4a..c441139cc0 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -5577,7 +5577,7 @@ Editor::timeaxisview_deleted (TimeAxisView *tv)
* button to inactive (which also unticks the menu option)
*/
- ActionManager::uncheck_toggleaction ("<Actions>/Editor/show-editor-mixer");
+ ActionManager::uncheck_toggleaction ("Editor/show-editor-mixer");
}
}
}