summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_selector.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-02-23 08:49:14 -0600
committerBen Loftis <ben@harrisonconsoles.com>2018-02-23 08:49:14 -0600
commit21102b45d0d22f2761697b1b9fdfa92aafc25834 (patch)
tree92c75a9b15b3e3ecb25dfdb2063f6e3c1f80cee6 /gtk2_ardour/plugin_selector.cc
parent99352d0958480f30edb6b9d6835412c647810c94 (diff)
Revert afedd2 and associated commits (method to generate initial tag file)
Diffstat (limited to 'gtk2_ardour/plugin_selector.cc')
-rw-r--r--gtk2_ardour/plugin_selector.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/plugin_selector.cc b/gtk2_ardour/plugin_selector.cc
index 785c4ebeda..314e36ebb7 100644
--- a/gtk2_ardour/plugin_selector.cc
+++ b/gtk2_ardour/plugin_selector.cc
@@ -862,7 +862,7 @@ PluginSelector::tag_entry_changed ()
TreeModel::Row row = *(plugin_display.get_selection()->get_selected());
ARDOUR::PluginInfoPtr pi = row[plugin_columns.plugin];
- manager.set_tags (pi->name, pi->type, pi->unique_id, tag_entry->get_text(), false);
+ manager.set_tags (pi->type, pi->unique_id, tag_entry->get_text(), false);
_need_tag_save = true;
_need_menu_rebuild = true;