summaryrefslogtreecommitdiff
path: root/gtk2_ardour/session_option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-03-01 16:51:08 +0100
committerRobin Gareus <robin@gareus.org>2019-03-01 16:51:08 +0100
commit94d3da7e09a70e4384dce7e92b27f3dd3abb385b (patch)
tree8ea0f603bbeda12fa3de1eca13d55016f5c05e7b /gtk2_ardour/session_option_editor.cc
parent9836304e3eb60bbe20e326c0323beee7e9252e65 (diff)
GUI updates to handle monitor-section changes
This fixes various MS related action sensitivity issues, as well as action-states. Also manually adding a monitor-section to a session now always immediately shows it, regardless of prior ToggleMonitorSection visibility.
Diffstat (limited to 'gtk2_ardour/session_option_editor.cc')
-rw-r--r--gtk2_ardour/session_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/session_option_editor.cc b/gtk2_ardour/session_option_editor.cc
index a2f0227d3f..ff74caa0d6 100644
--- a/gtk2_ardour/session_option_editor.cc
+++ b/gtk2_ardour/session_option_editor.cc
@@ -275,7 +275,7 @@ SessionOptionEditor::SessionOptionEditor (Session* s)
));
add_option (_("Monitoring"), new CheckOption (
- "have-monitor-section",
+ "unused",
_("Use monitor section in this session"),
ActionManager::get_action(X_("Monitor"), "UseMonitorSection")
));