add haupauge-1657 dual usb capture support, add deinterlace to recordmonitor, asset...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / proxypopup.C
index db42404e17a1df4867f878b9a78141232c4d073e..fe1b49fcae8d09e991a1b1fb6b5b040315cbf00e 100644 (file)
@@ -222,7 +222,7 @@ int ProxyPopupCopy::handle_event()
                copy_edl->copy_all(edl);
                FileXML file;
                double start = 0, end = edl->tracks->total_length();
-               copy_edl->copy(start, end, 1, &file, "", 1);
+               copy_edl->copy(COPY_EDL, start, end, &file, "", 1);
                copy_edl->remove_user();
                const char *file_string = file.string();
                long file_length = strlen(file_string);
@@ -266,7 +266,7 @@ ProxyPopupProjectRemove::~ProxyPopupProjectRemove()
 int ProxyPopupProjectRemove::handle_event()
 {
        popup->gui->collect_assets();
-       mwindow->remove_assets_from_project(1, 1,
+       mwindow->remove_assets_from_project(1, 1, 1,
                mwindow->session->drag_assets,
                mwindow->session->drag_clips);
        return 1;