Fix send editing.
authorCarl Hetherington <carl@carlh.net>
Thu, 22 Jan 2009 00:14:27 +0000 (00:14 +0000)
committerCarl Hetherington <carl@carlh.net>
Thu, 22 Jan 2009 00:14:27 +0000 (00:14 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@4427 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/send_ui.cc

index e99ea25cbdca7a889f6391fd196c9d07c90488c1..fc05c08c2a1d224602a242dd9c17d59f40f4ad59 100644 (file)
@@ -47,7 +47,7 @@ SendUI::SendUI (boost::shared_ptr<Send> s, Session& se)
        vbox.pack_start (hbox, false, false, false);
        vbox.pack_start (panners, false,false);
 
-       io = manage (new IOSelector (se, s->io(), false));
+       io = manage (new IOSelector (se, s->io(), true));
        
        pack_start (vbox, false, false);