mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Oops. Fix XML stuff in GUI as well.
git-svn-id: svn://localhost/ardour2/branches/3.0@4579 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
789bd1d007
commit
64e69c36da
4 changed files with 4 additions and 4 deletions
|
|
@ -47,7 +47,7 @@ void
|
|||
Stateful::add_extra_xml (XMLNode& node)
|
||||
{
|
||||
if (_extra_xml == 0) {
|
||||
_extra_xml = new XMLNode ("extra");
|
||||
_extra_xml = new XMLNode ("Extra");
|
||||
}
|
||||
|
||||
_extra_xml->remove_nodes (node.name());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue