]> git.sesse.net Git - kdenlive/commitdiff
cleanup
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 1 Feb 2010 23:45:10 +0000 (23:45 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 1 Feb 2010 23:45:10 +0000 (23:45 +0000)
svn path=/trunk/kdenlive/; revision=4272

src/renderer.cpp

index 6788360e5a9d266ff37d7610bfd65b9748c446f4..1de1ed5cdc2d9a591586efca5aa027b58678b60d 100644 (file)
@@ -2387,7 +2387,7 @@ bool Render::mltAddEffect(int track, GenTime position, EffectsParameterList para
             params.removeParam("id");
             params.removeParam("kdenlive_ix");
             params.removeParam("tag");
-            params.removeParam("disabled");
+            params.removeParam("disable");
 
             for (int j = 0; j < params.count(); j++) {
                 effectArgs.append(' ' + params.at(j).value());