]> git.sesse.net Git - kdenlive/commitdiff
Only custom profiles should be editable
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sat, 14 Feb 2009 20:55:19 +0000 (20:55 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sat, 14 Feb 2009 20:55:19 +0000 (20:55 +0000)
svn path=/branches/KDE4/; revision=3051

src/renderwidget.cpp

index 83d3270db0badedddd659dd09a23ecce52b49e6b..c585b0f584ad9785069fa8afd62ba66d210a5cf6 100644 (file)
@@ -765,7 +765,7 @@ void RenderWidget::parseProfiles(QString group, QString profile) {
     filter << "*.xml";
     const QStringList fileList = directory.entryList(filter, QDir::Files);
     foreach(const QString filename, fileList)
-    parseFile(exportFolder + '/' + filename, true);
+    parseFile(exportFolder + '/' + filename, filename == "customprofiles.xml");
 
     refreshView();
     QList<QListWidgetItem *> child;