X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Floadfile.C;h=a946077393e514a2e007379a7187b92a77f0a758;hb=3643286e2dbb3002604a62e3e6fd834716b4ae63;hp=5d8dffceb4f6986ac65a4c9f9b985807f0db13d9;hpb=caf23b6b8e0024c33390ddaa165e11956e66f1c2;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/loadfile.C b/cinelerra-5.1/cinelerra/loadfile.C index 5d8dffce..a9460773 100644 --- a/cinelerra-5.1/cinelerra/loadfile.C +++ b/cinelerra-5.1/cinelerra/loadfile.C @@ -137,9 +137,6 @@ void LoadFileThread::load_apply() // No file selected if( !path_list.size() ) return; - if( load_mode == LOADMODE_REPLACE ) - mwindow->set_filename(path_list[0]); - mwindow->interrupt_indexes(); mwindow->gui->lock_window("LoadFileThread::run"); mwindow->load_filenames(&path_list, load_mode, edl_mode, 0);