Bogus commit to comment commit 12689:
Small patch to fix the "Solo" global button in the transport section of Mackie's. git-svn-id: svn://localhost/ardour2/branches/3.0@12690 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
32541205dd
commit
0d002fb231
@ -210,7 +210,6 @@ DeviceInfo::set_state (const XMLNode& node, int /* version */)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* name is mandatory */
|
/* name is mandatory */
|
||||||
|
|
||||||
if ((child = node.child ("Name")) != 0) {
|
if ((child = node.child ("Name")) != 0) {
|
||||||
if ((prop = child->property ("value")) != 0) {
|
if ((prop = child->property ("value")) != 0) {
|
||||||
_name = prop->value();
|
_name = prop->value();
|
||||||
@ -220,7 +219,6 @@ DeviceInfo::set_state (const XMLNode& node, int /* version */)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* strip count is mandatory */
|
/* strip count is mandatory */
|
||||||
|
|
||||||
if ((child = node.child ("Strips")) != 0) {
|
if ((child = node.child ("Strips")) != 0) {
|
||||||
if ((prop = child->property ("value")) != 0) {
|
if ((prop = child->property ("value")) != 0) {
|
||||||
if ((_strip_cnt = atoi (prop->value())) == 0) {
|
if ((_strip_cnt = atoi (prop->value())) == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user