Fix route group collect option.

git-svn-id: svn://localhost/ardour2/branches/3.0@5515 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-08-10 21:13:33 +00:00
parent 17e8e74dad
commit 677bb36f5c
2 changed files with 2 additions and 2 deletions

View File

@ -719,5 +719,5 @@ EditorRouteGroups::collect (RouteGroup* g)
++j;
}
_editor->_routes->sync_order_keys (N_ ("editor"));
_editor->_routes->sync_order_keys ("");
}

View File

@ -406,7 +406,7 @@ EditorRoutes::reordered (TreeModel::Path const &, TreeModel::iterator const &, i
redisplay ();
}
/** If src == "editor", take editor order keys from each route and use them to rearrange the
/** If src != "editor", take editor order keys from each route and use them to rearrange the
* route list so that the visual arrangement of routes matches the order keys from the routes.
*/
void