merge (with conflict fixes) with master (even against rgareus' recommendation)
[ardour.git] / gtk2_ardour / send_ui.cc
index cdd8673da975cbe1818df55145a8dc3a61f84abc..7e3b0e775a932471c2b33087da5021165c546477 100644 (file)
@@ -55,7 +55,7 @@ SendUI::SendUI (Gtk::Window* parent, boost::shared_ptr<Send> s, Session* session
        _vbox.pack_start (_hbox, false, false, false);
        _vbox.pack_start (_panners, false, false);
 
-       io = manage (new IOSelector (parent, session, s->output()));
+       io = Gtk::manage (new IOSelector (parent, session, s->output()));
 
        pack_start (_vbox, false, false);