summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui2.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-06-19 10:25:18 +0200
committerRobin Gareus <robin@gareus.org>2013-07-10 15:27:02 +0200
commitb0998844dbfe25b24bd2abce28daaa5358d5b1bb (patch)
tree470691dc4ba1cc19dd448d08d1213eba1d8d2ece /gtk2_ardour/ardour_ui2.cc
parent04eaf7b418c674d5babb4ecfe1312059daf899d4 (diff)
basic window infrastructure for meterbridge
Diffstat (limited to 'gtk2_ardour/ardour_ui2.cc')
-rw-r--r--gtk2_ardour/ardour_ui2.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui2.cc b/gtk2_ardour/ardour_ui2.cc
index 76396e845d..5a64e53140 100644
--- a/gtk2_ardour/ardour_ui2.cc
+++ b/gtk2_ardour/ardour_ui2.cc
@@ -78,6 +78,11 @@ ARDOUR_UI::setup_windows ()
return -1;
}
+ if (create_meterbridge ()) {
+ error << _("UI: cannot setup meterbridge") << endmsg;
+ return -1;
+ }
+
/* all other dialogs are created conditionally */
we_have_dependents ();