transition at beginning/end, shape xtion fixes
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mwindow.C
index 98736302e6e28a3188dc0f21bbb40fb560fff6be..890aaac6b46261ef70b4ced6b4905490c5e7b653 100644 (file)
@@ -2871,11 +2871,9 @@ void MWindow::rebuild_indices()
 void MWindow::save_backup()
 {
        FileXML file;
+       edl->optimize();
        edl->set_path(session->filename);
-       edl->save_xml(&file,
-               BACKUP_PATH,
-               0,
-               0);
+       edl->save_xml(&file, BACKUP_PATH, 0, 0);
        file.terminate_string();
        char path[BCTEXTLEN];
        FileSystem fs;