projects
/
goodguy
/
cinelerra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ff2bf4
)
emergency fix for loadmode file overwrite bug
author
Good Guy
<good1.2guy@gmail.com>
Tue, 21 Apr 2020 01:00:51 +0000
(19:00 -0600)
committer
Good Guy
<good1.2guy@gmail.com>
Tue, 21 Apr 2020 01:00:51 +0000
(19:00 -0600)
cinelerra-5.1/cinelerra/loadfile.C
patch
|
blob
|
history
diff --git
a/cinelerra-5.1/cinelerra/loadfile.C
b/cinelerra-5.1/cinelerra/loadfile.C
index 5d8dffceb4f6986ac65a4c9f9b985807f0db13d9..a946077393e514a2e007379a7187b92a77f0a758 100644
(file)
--- 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);