add edit length update when open_edl changes media length, replace stack_warn with...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / editpopup.C
index ff66a88bc2792a4d3f3d223e8a6a8b94cd89ceef..da9b06ba4cb84d5b60c08acf376461e166ff1e8e 100644 (file)
@@ -140,7 +140,7 @@ int EditPopupOpenEDL::handle_event()
                eprintf(_("Edit is not EDL: %s"), edit_title);
                return 1;
        }
-       mwindow->stack_push(edl, idxbl, edit);
+       mwindow->stack_push(edl, idxbl);
        return 1;
 }