summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_groups.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-12-09 19:56:01 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-12-09 19:56:01 +0000
commit1244cae5c1799c72dc7624dfd573704c56963ebe (patch)
tree774e9185c08ed0cbab8660d9199b6d28dffa7830 /gtk2_ardour/editor_route_groups.cc
parentf9c15b6136b7c55a765ae407f8110b5adc7db932 (diff)
fix reference to name cell
git-svn-id: svn://localhost/ardour2/branches/3.0@10953 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 f1745a49b5..cdc2d2c5aa 100644
--- a/gtk2_ardour/editor_route_groups.cc
+++ b/gtk2_ardour/editor_route_groups.cc
@@ -457,7 +457,7 @@ EditorRouteGroups::add (RouteGroup* group)
if (focus) {
TreeViewColumn* col = _display.get_column (0);
- CellRendererText* name_cell = dynamic_cast<CellRendererText*>(_display.get_column_cell_renderer (0));
+ CellRendererText* name_cell = dynamic_cast<CellRendererText*>(_display.get_column_cell_renderer (1));
_display.set_cursor (_model->get_path (row), *col, *name_cell, true);
}