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:
parent
a726bca73b
commit
3e8f74c5c4
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user