prepare installer for multiabi bundles
[ardour.git] / gtk2_ardour / return_ui.cc
index b6412bbe7ae06934f19c5a9ccc9e8c70f5631dc3..a6b27f7af7eef67a509e97bbd814ec071e80f37c 100644 (file)
@@ -28,7 +28,7 @@
 #include "gui_thread.h"
 #include "timers.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace ARDOUR;
@@ -38,7 +38,7 @@ ReturnUI::ReturnUI (Gtk::Window* parent, boost::shared_ptr<Return> r, Session* s
        :_return (r)
        , _gpm (session, 250)
 {
-       _gpm.set_controls (boost::shared_ptr<Route>(), r->meter(), r->amp());
+       _gpm.set_controls (boost::shared_ptr<Route>(), r->meter(), r->amp(), r->gain_control());
 
        _hbox.pack_start (_gpm, true, true);
        set_name (X_("ReturnUIFrame"));