mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
Fix loading bundles #7426
This commit is contained in:
parent
157d4b2c57
commit
e0b4767d2e
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ ARDOUR::UserBundle::set_state (XMLNode const & node, int /*version*/)
|
|||
return -1;
|
||||
}
|
||||
|
||||
if ((*i)->get_property ("name", str)) {
|
||||
if (!(*i)->get_property ("name", str)) {
|
||||
PBD::error << _("Node for Channel has no \"name\" property") << endmsg;
|
||||
return -1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue