]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.cpp
* Set document as modified when changing project metadata: http://kdenlive.org/mantis...
[kdenlive] / src / mainwindow.cpp
index a48d8fb730deb8414d96344639fafe4261884cae..517f31c2102d37dd8601ff5cc0142458216ecaac 100644 (file)
@@ -2408,7 +2408,7 @@ void MainWindow::slotEditProjectSettings()
             m_activeDocument->setModified();
             slotUpdateProxySettings();
         }
-        m_activeDocument->setMetadata(w->metadata());
+        if (w->metadata() != m_activeDocument->metadata()) m_activeDocument->setMetadata(w->metadata());
     }
     delete w;
 }