mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue