summaryrefslogtreecommitdiff
path: root/libs/ardour/region.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-15 03:21:30 +0000
committerDavid Robillard <d@drobilla.net>2009-02-15 03:21:30 +0000
commit9462374e29596fde2180b0e38b8aaec3b0a3f01e (patch)
tree8fc88529af5be3a854c4c952985b796d9c121edf /libs/ardour/region.cc
parent74ff55f835656f617f1c508508cda49ac5836c91 (diff)
Session XML style consistency (tag names are capitalized).
One thing left, this weird "end-marker-is-free" in <Config>. Is this really a config option? Anyone? git-svn-id: svn://localhost/ardour2/branches/3.0@4577 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/region.cc')
-rw-r--r--libs/ardour/region.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/region.cc b/libs/ardour/region.cc
index da3564552a..018e19d60b 100644
--- a/libs/ardour/region.cc
+++ b/libs/ardour/region.cc
@@ -1347,7 +1347,7 @@ Region::set_live_state (const XMLNode& node, Change& what_changed, bool send)
child = (*niter);
- if (child->name () == "extra") {
+ if (child->name () == "Extra") {
_extra_xml = new XMLNode (*child);
break;
}