add name prop to MixerSnapshot root node

This commit is contained in:
Nikolaus Gullotta 2019-08-23 13:25:31 -05:00 committed by Nikolaus Gullotta
parent 727ae70e3b
commit daa274d12f
No known key found for this signature in database
GPG key ID: 565F60578092AA31

View file

@ -431,6 +431,7 @@ void MixerSnapshot::write(const string dir)
node->set_property(X_("flags"), _flags);
node->set_property(X_("favorite"), favorite);
node->set_property(X_("modified-with"), last_modified_with);
node->set_property(X_("name"), label);
XMLNode* child;
child = node->add_child("Routes");