summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-02-03 01:23:38 +0000
committerCarl Hetherington <carl@carlh.net>2010-02-03 01:23:38 +0000
commitd89b7897f0107ba189ccbffb28e84e71f03672a3 (patch)
tree80a922d2a4b6b09d1f819bfbf2781985074a1efe /gtk2_ardour/editor_routes.cc
parentc3bfc3ec4e14d147d9c4c279eb6c73947781f956 (diff)
Allow buss names to be edited in the track/bus list.
git-svn-id: svn://localhost/ardour2/branches/3.0@6627 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_routes.cc')
-rw-r--r--gtk2_ardour/editor_routes.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc
index 8626e83935..01da390f4b 100644
--- a/gtk2_ardour/editor_routes.cc
+++ b/gtk2_ardour/editor_routes.cc
@@ -410,6 +410,7 @@ EditorRoutes::routes_added (list<RouteTimeAxisView*> routes)
row[_columns.mute_state] = (*x)->route()->muted();
row[_columns.solo_state] = (*x)->route()->soloed();
row[_columns.solo_isolate_state] = (*x)->route()->solo_isolated();
+ row[_columns.name_editable] = true;
_ignore_reorder = true;