vtl: fix for not-saving video-monitor settings

This commit is contained in:
Robin Gareus 2013-06-10 19:04:55 +02:00
parent 70a422c1c7
commit 3940ec3fa7
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ void
VideoMonitor::save_session ()
{
if (!_session) { return; }
XMLNode* node = _session->extra_xml (X_("XJSettings"));
XMLNode* node = _session->extra_xml (X_("XJSettings"), true);
if (!node) return;
node->remove_nodes_and_delete("XJSetting");