Disable the "append" button before loading a setting file. Otherwise "File -> new" might leave it enabled.

This commit is contained in:
Moritz Bunkus 2005-02-27 19:35:41 +00:00
parent eaba313729
commit acb5a61918
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2005-02-27 Moritz Bunkus <moritz@bunkus.org>
* mmg: bug fix: It was possible to select a file for appending
even though no file was added first.
* mkvmerge: bug fix: mkvmerge was wrongly outputting large numbers
of warnings when Remuxing AVC/h.264 video from a Matroska file.

View File

@ -1492,6 +1492,7 @@ tab_input::load(wxConfigBase *cfg) {
selected_file = -1;
selected_track = -1;
b_remove_file->Enable(false);
b_append_file->Enable(false);
files.clear();
tracks.clear();