]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.cpp
load & save guides
[kdenlive] / src / mainwindow.cpp
index d9a62246e6e49d22c65a6e6fcc783028e837f598..37a19f73700568b821979e3ba84a2ed757ba6ea0 100644 (file)
@@ -617,7 +617,7 @@ void MainWindow::slotRemoveTab() {
 }
 
 void MainWindow::saveFileAs(const QString &outputFileName) {
-    m_projectMonitor->saveSceneList(outputFileName, m_activeDocument->documentInfoXml());
+    m_projectMonitor->saveSceneList(outputFileName, m_activeDocument->documentInfoXml(m_activeTimeline->projectView()->xmlInfo()));
     m_activeDocument->setUrl(KUrl(outputFileName));
     setCaption(m_activeDocument->description());
     m_timelineArea->setTabText(m_timelineArea->currentIndex(), m_activeDocument->description());