diff --git a/gtk2_ardour/ardour_ui_ed.cc b/gtk2_ardour/ardour_ui_ed.cc index a1861836aa..3c7f3d03c7 100644 --- a/gtk2_ardour/ardour_ui_ed.cc +++ b/gtk2_ardour/ardour_ui_ed.cc @@ -282,6 +282,12 @@ ARDOUR_UI::install_actions () ActionManager::session_sensitive_actions.push_back (act); ActionManager::write_sensitive_actions.push_back (act); + /* this is used by the monitor section to create global equivalents of + * some of its "local" actions. It will be used when Monitor/... actions + * are created. + */ + + (void) ActionManager::create_action_group (global_bindings, X_("Monitor Section")); Glib::RefPtr transport_actions = ActionManager::create_action_group (global_bindings, X_("Transport"));