fix awdw solo vicon crash, fix nested clip for binfolders, open edit edl
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / editpopup.C
index 315b4078d42455b88c7aa2a57e54870b5d9cccb4..45d7d87a0a696e918e9fb337d97de799858c1b27 100644 (file)
@@ -139,7 +139,7 @@ int EditPopupOpenEDL::handle_event()
                eprintf(_("Edit is not EDL: %s"), edit_title);
                return 1;
        }
-       mwindow->stack_push(edl, idxbl);
+       mwindow->stack_push(edl, idxbl, edit);
        return 1;
 }