major, substantive reworking of how we store GUI information (visibility, height...
[ardour.git] / libs / ardour / session_state.cc
index 182b399877115b3a68eccab7edf7c784395d67fc..5d9967cc98dd5d01f79645296da707861e15b19d 100644 (file)
@@ -1250,9 +1250,7 @@ Session::set_state (const XMLNode& node, int version)
 
        IO::disable_connecting ();
 
-       if ((child = find_named_node (node, "Extra")) != 0) {
-               _extra_xml = new XMLNode (*child);
-       }
+       Stateful::save_extra_xml (node);
 
        if (((child = find_named_node (node, "Options")) != 0)) { /* old style */
                load_options (*child);