summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_groups.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-04-19 15:46:47 +0000
committerCarl Hetherington <carl@carlh.net>2011-04-19 15:46:47 +0000
commit480986bb603dd4465ecc083d930b392f1ea8f1d4 (patch)
tree03041a66cd700f041dd2be65d5dfc7e80ad755ca /gtk2_ardour/editor_route_groups.h
parentac2689f6610ca19ee0cb0bf78432967a9da4c5ba (diff)
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
Diffstat (limited to 'gtk2_ardour/editor_route_groups.h')
-rw-r--r--gtk2_ardour/editor_route_groups.h2
1 files changed, 2 insertions, 0 deletions
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<Gtk::ListStore> _model;
Glib::RefPtr<Gtk::TreeSelection> _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;
};