Skip to content

Commit

Permalink
GUI: SourceFile: don't associate m_appendedTo for additional parts wh…
Browse files Browse the repository at this point in the history
…en loading
  • Loading branch information
mbunkus committed Jun 1, 2015
1 parent ab8f1c7 commit bdd49bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
2015-06-01 Moritz Bunkus <moritz@bunkus.org>

* MKVToolNix GUI: bug fix: when starting the GUI old jobs from the
queue were silently discarded if they included additional parts
(e.g. VOBs).

* MKVToolNix GUI: bug fix: job queue: when saving the job queue
jobs removed in the GUI were not removed from the stored settings.

Expand Down
2 changes: 1 addition & 1 deletion src/mkvtoolnix-gui/merge/source_file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ SourceFile::loadSettings(MuxConfig::Loader &l) {

void
SourceFile::fixAssociations(MuxConfig::Loader &l) {
if (isRegular())
if (isRegular() || isAdditionalPart())
m_appendedTo = nullptr;

else {
Expand Down

0 comments on commit bdd49bd

Please sign in to comment.