13
0

When a plugin name changes, the new name is now reflected in the GUI

(and the nested IO element in the Redirect element in the session file).


git-svn-id: svn://localhost/trunk/ardour2@297 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Sampo Savolainen 2006-01-24 20:43:26 +00:00
parent a726bca73b
commit 3e8f74c5c4

View File

@ -768,6 +768,8 @@ PluginInsert::set_state(const XMLNode& node)
warning << string_compose(_("XML node describing a port automation is missing the `%1' information"), port_automation_node_name) << endmsg;
}
// The name of the PluginInsert comes from the plugin, nothing else
set_name(plugin->get_info().name,this);
return 0;
}