diff options
author | sr55 <[email protected]> | 2011-09-10 10:25:37 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-09-10 10:25:37 +0000 |
commit | 40dc1b98206aad3644352b5db96ca0c096db94e8 (patch) | |
tree | 279606b912023897c9731ec0ca64c45ac8e4a31c /win/CS/HandBrake.ApplicationServices/Services | |
parent | 11cd3ab9c4a3f5448b6058fefcebab01b9a926dc (diff) |
WinGui: Missed a case where the queue recovery file was not being updated when the queue finished.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4211 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Services')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Services/QueueManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Services/QueueManager.cs b/win/CS/HandBrake.ApplicationServices/Services/QueueManager.cs index 7cf34f530..9fa8f2795 100644 --- a/win/CS/HandBrake.ApplicationServices/Services/QueueManager.cs +++ b/win/CS/HandBrake.ApplicationServices/Services/QueueManager.cs @@ -229,6 +229,7 @@ namespace HandBrake.ApplicationServices.Services InvokeQueueChanged(EventArgs.Empty);
}
+ this.BackupQueue(string.Empty);
return job;
}
|