Allow buss names to be edited in the track/bus list.
authorCarl Hetherington <carl@carlh.net>
Wed, 3 Feb 2010 01:23:38 +0000 (01:23 +0000)
committerCarl Hetherington <carl@carlh.net>
Wed, 3 Feb 2010 01:23:38 +0000 (01:23 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@6627 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor_routes.cc

index 8626e8393556cfa0c49fe7b9c3d71d6dce75e723..01da390f4b065a86310bbea7a528e994b12bcf68 100644 (file)
@@ -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;