From: Good Guy Date: Tue, 21 Apr 2020 01:00:51 +0000 (-0600) Subject: emergency fix for loadmode file overwrite bug X-Git-Tag: 2020-04~9 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=commitdiff_plain;h=8a93ba3cbbf067788bf4bbbf35502f8ad2d8f7e0 emergency fix for loadmode file overwrite bug --- 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);