fix awdw solo vicon crash, fix nested clip for binfolders, open edit edl
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / vwindow.C
index 0b75fc0ccfb0dfe58854ad1b5efa143c6455f803..7be15eb87502dc4223f50fddcc6c98557bcfaaf5 100644 (file)
@@ -380,7 +380,7 @@ void VWindow::copy(int all)
                copy_edl->create_objects();
                copy_edl->copy_all(edl);
                FileXML file;
-               copy_edl->copy(start, end, 0, &file, "", 1);
+               copy_edl->copy(COPY_CLIPBOARD, start, end, &file, "", 1);
                copy_edl->remove_user();
                const char *file_string = file.string();
                long file_length = strlen(file_string);