Fix route group collect option.
authorCarl Hetherington <carl@carlh.net>
Mon, 10 Aug 2009 21:13:33 +0000 (21:13 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 10 Aug 2009 21:13:33 +0000 (21:13 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@5515 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor_route_groups.cc
gtk2_ardour/editor_routes.cc

index 878a12890fd84bfd5c2caaf978023c8f5eef50f9..ded5ce3529aede8ee5d82a94d934e4bc02d0edae 100644 (file)
@@ -719,5 +719,5 @@ EditorRouteGroups::collect (RouteGroup* g)
                ++j;
        }
 
-       _editor->_routes->sync_order_keys (N_ ("editor"));
+       _editor->_routes->sync_order_keys ("");
 }
index ebb467dc60ec8f8ee50099998c4fe6bd18bdaf7f..e7e8d767951836915f183e7b028738d74ff32b8e 100644 (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