summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_params_ui.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-03-16 20:16:13 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-03-16 20:16:13 +0000
commit45ff98fcc3b7a30639704985722be998685beaad (patch)
tree37fa7f6c072221fab678d20234a5a3d4b6e75a91 /gtk2_ardour/route_params_ui.cc
parentced9274fcea5eee13c41e43fe34e65f16cb5d72a (diff)
fix previous patch from lucus
git-svn-id: svn://localhost/ardour2/branches/3.0@6766 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_params_ui.cc')
-rw-r--r--gtk2_ardour/route_params_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_params_ui.cc b/gtk2_ardour/route_params_ui.cc
index 288490d7be..5378ab8c99 100644
--- a/gtk2_ardour/route_params_ui.cc
+++ b/gtk2_ardour/route_params_ui.cc
@@ -93,7 +93,7 @@ RouteParams_UI::RouteParams_UI ()
route_display.set_headers_visible(true);
route_display.set_headers_clickable(true);
- dynamic_cast<Gtk::CellRendererText*>(route_display.get_column_cell_renderer(0))->property_ellipsize() = true; /* LT */
+ dynamic_cast<Gtk::CellRendererText*>(route_display.get_column_cell_renderer(0))->property_ellipsize() = Pango::ELLIPSIZE_START;
route_select_scroller.add(route_display);
route_select_scroller.set_policy(Gtk::POLICY_NEVER, Gtk::POLICY_AUTOMATIC);