Write the topologically sorted route list back to the session's list so that the 1-processor process code sees it. Should fix #4937.

git-svn-id: svn://localhost/ardour2/branches/3.0@12784 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-06-19 15:51:56 +00:00
parent aea9601307
commit 944dae2a41

View file

@ -1485,7 +1485,7 @@ Session::resort_routes_using (boost::shared_ptr<RouteList> r)
trace_terminal (*i, *i);
}
r = sorted_routes;
*r = *sorted_routes;
#ifndef NDEBUG
DEBUG_TRACE (DEBUG::Graph, "Routes resorted, order follows:\n");