Fixed broken vst code in PluginSelector
git-svn-id: svn://localhost/trunk/ardour2@260 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -86,7 +86,7 @@ PluginSelector::PluginSelector (PluginManager *mgr)
|
||||
vscroller.add(vst_display);
|
||||
|
||||
for (int i = 0; i <=2; i++) {
|
||||
column = vst_display.get_column(i);
|
||||
Gtk::TreeView::Column* column = vst_display.get_column(i);
|
||||
column->set_sort_column(i);
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -95,7 +95,7 @@ class PluginSelector : public ArdourDialog
|
||||
Gtk::TreeModelColumn<std::string> outs;
|
||||
Gtk::TreeModelColumn<ARDOUR::PluginInfo *> plugin;
|
||||
};
|
||||
LadspaColumns vcols;
|
||||
VstColumns vcols;
|
||||
Glib::RefPtr<Gtk::ListStore> vmodel;
|
||||
Glib::RefPtr<Gtk::TreeSelection> vselection;
|
||||
Gtk::TreeView vst_display;
|
||||
|
||||
Reference in New Issue
Block a user