From c4962ca180a8394f38c955cdcb11f88e934ce3c1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 19 Nov 2015 17:46:44 -0500 Subject: get rid of a warning message by setting up the main window properties before showing it --- gtk2_ardour/ardour_ui_dependents.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/ardour_ui_dependents.cc b/gtk2_ardour/ardour_ui_dependents.cc index 5f75144c15..e4e649e459 100644 --- a/gtk2_ardour/ardour_ui_dependents.cc +++ b/gtk2_ardour/ardour_ui_dependents.cc @@ -359,8 +359,8 @@ ARDOUR_UI::setup_windows () } } - _main_window.show_all (); setup_toplevel_window (_main_window, "", this); + _main_window.show_all (); _tabs.set_show_tabs (false); -- cgit v1.2.3