finish commit from yesterday ... sorry folks

git-svn-id: svn://localhost/ardour2/branches/3.0@6786 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-03-23 12:19:21 +00:00
parent 40f93ba6e0
commit b5c21e65fc
12 changed files with 58 additions and 80 deletions

View file

@ -4831,7 +4831,7 @@ Editor::handle_new_route (RouteList& routes)
for (RouteList::iterator x = routes.begin(); x != routes.end(); ++x) {
boost::shared_ptr<Route> route = (*x);
if (route->is_hidden() || route->is_control()) {
if (route->is_hidden() || route->is_monitor()) {
continue;
}