summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_regions.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-14 18:53:12 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-14 18:53:12 +0000
commitcddf3bf1e04cef24a49358c668bf2a22d2ae1c77 (patch)
treef8948297245e395845f3395dc1038833112b6fd0 /gtk2_ardour/editor_regions.cc
parent1ed44bf2ba1156ab3774b3c99246e2a232533dd8 (diff)
restore path as tooltip for rows in the region list
git-svn-id: svn://localhost/ardour2/branches/3.0@10590 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_regions.cc')
-rw-r--r--gtk2_ardour/editor_regions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_regions.cc b/gtk2_ardour/editor_regions.cc
index c6c8f1e914..22586e00b9 100644
--- a/gtk2_ardour/editor_regions.cc
+++ b/gtk2_ardour/editor_regions.cc
@@ -103,7 +103,7 @@ EditorRegions::EditorRegions (Editor* e)
//_display.set_grid_lines (TREE_VIEW_GRID_LINES_BOTH);
/* show path as the row tooltip */
- _display.set_tooltip_column (15); /* path */
+ _display.set_tooltip_column (14); /* path */
CellRendererText* region_name_cell = dynamic_cast<CellRendererText*>(_display.get_column_cell_renderer (0));
region_name_cell->property_editable() = true;