From 480986bb603dd4465ecc083d930b392f1ea8f1d4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 19 Apr 2011 15:46:47 +0000 Subject: Save route group reorderings in the session file. Link changes in the mixer and editor group lists (part of #3918). git-svn-id: svn://localhost/ardour2/branches/3.0@9377 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_route_groups.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/editor_route_groups.h') diff --git a/gtk2_ardour/editor_route_groups.h b/gtk2_ardour/editor_route_groups.h index d881655467..b6bfb6c1cf 100644 --- a/gtk2_ardour/editor_route_groups.h +++ b/gtk2_ardour/editor_route_groups.h @@ -73,6 +73,7 @@ private: void run_new_group_dialog (); void all_group_toggled(); void all_group_changed (const PBD::PropertyChange&); + void row_deleted (Gtk::TreeModel::Path const &); Glib::RefPtr _model; Glib::RefPtr _selection; @@ -81,6 +82,7 @@ private: Gtk::VBox _display_packer; Gtk::ToggleButton _all_group_active_button; bool _in_row_change; + bool _in_rebuild; PBD::ScopedConnectionList _property_changed_connections; PBD::ScopedConnection all_route_groups_changed_connection; }; -- cgit v1.2.3