From e0946701e10074f51dca50191fed201f1b922477 Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Sat, 22 Oct 2005 17:33:14 +0000 Subject: More compliation fixes. add_with_viewport() -> add(). track_gnome_canvas -> track_canvas. etc. git-svn-id: svn://localhost/trunk/ardour2@66 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/location_ui.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/location_ui.cc') diff --git a/gtk2_ardour/location_ui.cc b/gtk2_ardour/location_ui.cc index 3e5275aeb0..a6957a9017 100644 --- a/gtk2_ardour/location_ui.cc +++ b/gtk2_ardour/location_ui.cc @@ -611,7 +611,7 @@ LocationUI::LocationUI () location_vpacker.pack_start (punch_edit_row, false, false); location_rows.set_name("LocationLocRows"); - location_rows_scroller.add_with_viewport (location_rows); + location_rows_scroller.add (location_rows); location_rows_scroller.set_name ("LocationLocRowsScroller"); location_rows_scroller.set_policy (Gtk::POLICY_NEVER, Gtk::POLICY_AUTOMATIC); location_rows_scroller.set_size_request (-1, 130); @@ -632,7 +632,7 @@ LocationUI::LocationUI () range_rows.set_name("LocationRangeRows"); - range_rows_scroller.add_with_viewport (range_rows); + range_rows_scroller.add (range_rows); range_rows_scroller.set_name ("LocationRangeRowsScroller"); range_rows_scroller.set_policy (Gtk::POLICY_NEVER, Gtk::POLICY_AUTOMATIC); range_rows_scroller.set_size_request (-1, 130); -- cgit v1.2.3