summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-09-19 21:37:32 +0000
committersr55 <[email protected]>2008-09-19 21:37:32 +0000
commit9974553de85bc66e2cc3510e64c6fdfb38426188 (patch)
tree7f856164bf2e6644cfdca998f07a3aafb74ded44 /win
parentaee5e96ebb485445a97ec430905e67ee538e9842 (diff)
WinGui:
- Fix: Small issue with Queue Recovery feature. Encoded files were not removed from the recovery file. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1733 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win')
-rw-r--r--win/C#/frmQueue.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/C#/frmQueue.cs b/win/C#/frmQueue.cs
index 7c52305a8..e27241921 100644
--- a/win/C#/frmQueue.cs
+++ b/win/C#/frmQueue.cs
@@ -133,6 +133,7 @@ namespace Handbrake
while (queue.count() != 0)
{
string query = queue.getNextItemForEncoding();
+ queue.write2disk("hb_queue_recovery.dat"); // Update the queue recovery file
setEncValue();
updateUIElements();