clip folder bug on reload, expander user folder drag/drop segv, remove libfdk src...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / clipedls.C
index 52dd7678ea168d41c7d9cc64ad8e434f7292d226..83c23ee098f39633581606352a0da72d801dddae 100644 (file)
@@ -22,6 +22,7 @@ void ClipEDLs::clear()
 
 void ClipEDLs::add_clip(EDL *edl)
 {
+       edl->folder_no = AW_CLIP_FOLDER;
        append(edl);
        edl->add_user();
 }
@@ -35,7 +36,7 @@ void ClipEDLs::remove_clip(EDL *clip)
 }
 
 
-EDL* ClipEDLs::get_copy(EDL *src)
+EDL* ClipEDLs::get_nested(EDL *src)
 {
        if( !src ) return 0;
        for( int i=0; i<size(); ++i ) {