son't try to select non-existent notes after editing (and thus crash).
[ardour.git] / gtk2_ardour / actions.h
index 13358349ca7a2fac683c2550c340ee5e1170572d..ec867e9bd075bd9bbd5f37585b9aab151103a775 100644 (file)
@@ -37,6 +37,7 @@ namespace ActionManager {
        extern std::vector<Glib::RefPtr<Gtk::Action> > session_sensitive_actions;
        extern std::vector<Glib::RefPtr<Gtk::Action> > write_sensitive_actions;
        extern std::vector<Glib::RefPtr<Gtk::Action> > region_list_selection_sensitive_actions;
+       extern std::vector<Glib::RefPtr<Gtk::Action> > plugin_selection_sensitive_actions;
 
        extern std::vector<Glib::RefPtr<Gtk::Action> > track_selection_sensitive_actions;
        extern std::vector<Glib::RefPtr<Gtk::Action> > point_selection_sensitive_actions;
@@ -50,6 +51,7 @@ namespace ActionManager {
        extern std::vector<Glib::RefPtr<Gtk::Action> > engine_sensitive_actions;
        extern std::vector<Glib::RefPtr<Gtk::Action> > engine_opposite_sensitive_actions;
        extern std::vector<Glib::RefPtr<Gtk::Action> > edit_point_in_region_sensitive_actions;
+       extern std::vector<Glib::RefPtr<Gtk::Action> > rec_sensitive_actions;
 
        extern void map_some_state (const char* group, const char* action, bool (ARDOUR::RCConfiguration::*get)() const);
        extern void map_some_state (const char* group, const char* action, bool (UIConfiguration::*get)() const);