summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_ed.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-14 17:28:20 +0100
committerRobin Gareus <robin@gareus.org>2015-03-14 18:28:36 +0100
commit83babb8a52a80b71d971817fd0a90df90c31045d (patch)
tree0a55e6aacf358b18065252271215ca961d830231 /gtk2_ardour/ardour_ui_ed.cc
parent7d188c8a1e648457afbdeed71bddabb395565e4d (diff)
automatic error log window popup be gone.
Diffstat (limited to 'gtk2_ardour/ardour_ui_ed.cc')
-rw-r--r--gtk2_ardour/ardour_ui_ed.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui_ed.cc b/gtk2_ardour/ardour_ui_ed.cc
index 50798f9d6b..d011ad2b95 100644
--- a/gtk2_ardour/ardour_ui_ed.cc
+++ b/gtk2_ardour/ardour_ui_ed.cc
@@ -514,6 +514,10 @@ ARDOUR_UI::build_menu_bar ()
#endif
disk_space = true;
}
+
+#ifndef TOP_MENUBAR
+ hbox->pack_end (error_alert_button, false, false, 2);
+#endif
hbox->pack_end (wall_clock_label, false, false, 2);
hbox->pack_end (disk_space_label, false, false, 4);