summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-03-12 14:15:28 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-03-12 14:15:28 +0000
commitd4be58825b56db1ee568cd05462879ef6f37e89f (patch)
treeda2b9af39df0e8ec9e31ad1a857fc21c6a514a6e /gtk2_ardour/editor.h
parent2f199ac0aef64fa6e4a3bdc78d3ace486b3c27c1 (diff)
fix ordering of track view list & route list resync in editor, to avoid clearing track view list in the middle of a list traversal
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4803 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index a2371a89cc..1ce860c689 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1769,6 +1769,7 @@ public:
void redisplay_route_list();
bool ignore_route_list_reorder;
bool no_route_list_redisplay;
+ bool sync_track_view_list_and_route_list ();
void build_route_list_menu ();
void show_route_list_menu ();