13
0

debugging some OS X stuff (this is silly, i edited on linux)

git-svn-id: svn://localhost/ardour2/branches/3.0@10572 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-11-14 00:25:08 +00:00
parent 2603cfd530
commit 08e6abb02a
2 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,7 @@ ARDOUR_UI::setup_windows ()
/* all other dialogs are created conditionally */
cerr << "WE HAVE DEPENDENTS\n";
we_have_dependents ();
theme_manager->signal_unmap().connect (sigc::bind (sigc::ptr_fun(&ActionManager::uncheck_toggleaction), X_("<Actions>/Common/ToggleThemeManager")));
@ -114,6 +115,8 @@ ARDOUR_UI::setup_windows ()
editor->add_toplevel_controls (top_packer);
setup_transport();
cerr << "BUILD MENU BAR\n";
build_menu_bar ();
setup_tooltips ();

View File

@ -569,6 +569,7 @@ ARDOUR_UI::build_menu_bar ()
#ifndef TOP_MENUBAR
menu_hbox.pack_start (*menu_bar, false, false);
#else
cerr << "PUSHING MENUBAR TO GLOBAL MENU\n";
use_menubar_as_top_menubar ();
#endif