From: Jean-Baptiste Mardelle Date: Sat, 14 Feb 2009 20:55:19 +0000 (+0000) Subject: Only custom profiles should be editable X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f5a4a0a607712eebbb148abd645542f5a51e7a08;p=kdenlive Only custom profiles should be editable svn path=/branches/KDE4/; revision=3051 --- diff --git a/src/renderwidget.cpp b/src/renderwidget.cpp index 83d3270d..c585b0f5 100644 --- a/src/renderwidget.cpp +++ b/src/renderwidget.cpp @@ -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 child;