Fixed broken vst code in PluginSelector
git-svn-id: svn://localhost/trunk/ardour2@261 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3b24364b3a
commit
3f7928d9b2
@ -229,7 +229,7 @@ PluginSelector::vst_refiller ()
|
||||
newrow[vcols.name] = (*i)->name.c_str();
|
||||
newrow[vcols.ins] = ibuf;
|
||||
newrow[vcols.outs] = obuf;
|
||||
newrow[vcols.plugin] = i;
|
||||
newrow[vcols.plugin] = *i;
|
||||
}
|
||||
vmodel->set_sort_column (0, Gtk::SORT_ASCENDING);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user