]> git.sesse.net Git - kdenlive/commitdiff
Set document state to modified if we fixed something during the document opening
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 11 Jan 2009 17:14:34 +0000 (17:14 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 11 Jan 2009 17:14:34 +0000 (17:14 +0000)
svn path=/branches/KDE4/; revision=2892

src/trackview.cpp

index 0e34a54cafd2fa98b9e741455c9179b6f5bb81ec..acda3ab43771ca9576271507f0f47dc93e69feda 100644 (file)
@@ -592,7 +592,7 @@ int TrackView::slotAddProjectTrack(int ix, QDomElement xml) {
                 missingClip->addReference();
                 position += (out - in + 1);
 
-
+                m_doc->setModified(true);
             }
             //m_clipList.append(clip);
         }