summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_groups.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-08-10 21:13:33 +0000
committerCarl Hetherington <carl@carlh.net>2009-08-10 21:13:33 +0000
commit677bb36f5c012ac6d429a1d1fce0a726616160d4 (patch)
treef560df3c5e4fb1b86f3d6730418f06593576a17a /gtk2_ardour/editor_route_groups.cc
parent17e8e74dad2584a0ed708542e53add7c8db8745d (diff)
Fix route group collect option.
git-svn-id: svn://localhost/ardour2/branches/3.0@5515 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_route_groups.cc')
-rw-r--r--gtk2_ardour/editor_route_groups.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_route_groups.cc b/gtk2_ardour/editor_route_groups.cc
index 878a12890f..ded5ce3529 100644
--- a/gtk2_ardour/editor_route_groups.cc
+++ b/gtk2_ardour/editor_route_groups.cc
@@ -719,5 +719,5 @@ EditorRouteGroups::collect (RouteGroup* g)
++j;
}
- _editor->_routes->sync_order_keys (N_ ("editor"));
+ _editor->_routes->sync_order_keys ("");
}