summaryrefslogtreecommitdiff
path: root/libs/pbd/stateful.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-15 03:45:00 +0000
committerDavid Robillard <d@drobilla.net>2009-02-15 03:45:00 +0000
commit64e69c36da8226a89902c4660c80f9470e7b55db (patch)
treee727b98e73f68784cd3d99726de36c437a087765 /libs/pbd/stateful.cc
parent789bd1d007c6e40ed9f1510ca5cd94b4b3777916 (diff)
Oops. Fix XML stuff in GUI as well.
git-svn-id: svn://localhost/ardour2/branches/3.0@4579 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/stateful.cc')
-rw-r--r--libs/pbd/stateful.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/stateful.cc b/libs/pbd/stateful.cc
index a7cd3bdb23..4adcab478c 100644
--- a/libs/pbd/stateful.cc
+++ b/libs/pbd/stateful.cc
@@ -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());