X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmwindow.C;fp=cinelerra-5.1%2Fcinelerra%2Fmwindow.C;h=39c996433da4473abcbfeea39961dcfe64d6dc64;hp=8d27ff96c603cfad465ab33b760a9d4d78192bc9;hb=3b4b6f588c4f2643316afcbc486ca6a35c16a431;hpb=5d8a7826b0f80f00622e46baf75453995a76e343 diff --git a/cinelerra-5.1/cinelerra/mwindow.C b/cinelerra-5.1/cinelerra/mwindow.C index 8d27ff96..39c99643 100644 --- a/cinelerra-5.1/cinelerra/mwindow.C +++ b/cinelerra-5.1/cinelerra/mwindow.C @@ -3761,7 +3761,7 @@ void MWindow::stack_pop() forget_nested_edl(edl); StackItem &item = stack.last(); // session edl replaced, overwrite and save clip data - if( item.new_edl != edl && item.new_edl->parent_edl ) + if( item.new_edl != edl ) item.new_edl->overwrite_clip(edl); edl->remove_user(); edl = item.edl; @@ -3802,11 +3802,14 @@ void MWindow::clip_to_media() EDL *clip = session->drag_clips->values[i]; time_t dt; time(&dt); struct tm dtm; localtime_r(&dt, &dtm); - char path[BCSTRLEN], *cp = path, *ep = cp+sizeof(path)-1; + char path[BCTEXTLEN], *cp = path, *ep = cp+sizeof(path)-1; +// path_basename = "Nested_-