summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_dependents.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-09-18 14:45:56 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-18 14:59:11 -0400
commitea5fa64c0bcfb6a916326756b5f84a78a2478025 (patch)
tree8efeb2699db85570a8dbf8935148c5cb9413f1f6 /gtk2_ardour/ardour_ui_dependents.cc
parentd381714510ef066416ea16623102b27de8aa6f38 (diff)
manually fix up various cases where Gtk:Frame foo_frame had been changed to foo_sample
Diffstat (limited to 'gtk2_ardour/ardour_ui_dependents.cc')
-rw-r--r--gtk2_ardour/ardour_ui_dependents.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/ardour_ui_dependents.cc b/gtk2_ardour/ardour_ui_dependents.cc
index 307eac5451..a108edf624 100644
--- a/gtk2_ardour/ardour_ui_dependents.cc
+++ b/gtk2_ardour/ardour_ui_dependents.cc
@@ -298,7 +298,7 @@ ARDOUR_UI::setup_windows ()
/* now add the transport sample to the top of main window */
- main_vpacker.pack_start (transport_sample, false, false);
+ main_vpacker.pack_start (transport_frame, false, false);
main_vpacker.pack_start (_tabs, true, true);
#ifdef TOP_MENUBAR
@@ -336,7 +336,7 @@ ARDOUR_UI::setup_windows ()
*/
_main_window.add (main_vpacker);
- transport_sample.show_all ();
+ transport_frame.show_all ();
const XMLNode* mnode = main_window_settings ();