]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.cpp
Archive compressed project (in progress)
[kdenlive] / src / mainwindow.cpp
index 3b4db23e9734878376f6d07340edbec8f18f5593..a6bd5c50d0fc8f407afacc8b78e64fd62f7741ec 100644 (file)
@@ -4253,7 +4253,7 @@ void MainWindow::slotArchiveProject()
 {
     QList <DocClipBase*> list = m_projectList->documentClipList();
     QDomDocument doc = m_activeDocument->xmlSceneList(m_projectMonitor->sceneList(), m_projectList->expandedFolders());
-    ArchiveWidget *d = new ArchiveWidget(doc, list, m_activeTimeline->projectView()->extractTransitionsLumas(), this);
+    ArchiveWidget *d = new ArchiveWidget(m_activeDocument->url().fileName(), doc, list, m_activeTimeline->projectView()->extractTransitionsLumas(), this);
     d->exec();
 }