summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Services
diff options
context:
space:
mode:
authorsr55 <[email protected]>2015-05-03 17:11:39 +0000
committersr55 <[email protected]>2015-05-03 17:11:39 +0000
commit6689ba81c2919ef34d85da357d4b56b90507824b (patch)
treef0398562066e432fe2c4ccc1ec090888259121b1 /win/CS/HandBrake.ApplicationServices/Services
parent6d3692a9b72039a8d7390fe831a1a61ee4611cd5 (diff)
WinGui:
Bug Fixes: - Fix binding error on the audio tab. - Fix the X of X Pass count event args. UI Tweaks: - System colours is now default. - Removed the word "Source" from the Audio and Subtitles lists to make a bit more space for the track name. - Right Aligned the configure default buttons on the audio and subtitle tabs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7150 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Services')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Services/Encode/LibEncode.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Services/Encode/LibEncode.cs b/win/CS/HandBrake.ApplicationServices/Services/Encode/LibEncode.cs
index 8aac4fcf0..a0718262d 100644
--- a/win/CS/HandBrake.ApplicationServices/Services/Encode/LibEncode.cs
+++ b/win/CS/HandBrake.ApplicationServices/Services/Encode/LibEncode.cs
@@ -219,6 +219,7 @@ namespace HandBrake.ApplicationServices.Services.Encode
EstimatedTimeLeft = e.EstimatedTimeLeft,
PercentComplete = e.FractionComplete * 100,
Task = e.Pass,
+ TaskCount = e.PassCount,
ElapsedTime = DateTime.Now - this.startTime,
};