]> granicus.if.org Git - handbrake/commitdiff
WinGui: Fix Queue Job display count not refreshing after the window is closed and...
authorsr55 <sr55.hb@outlook.com>
Fri, 24 May 2013 17:56:41 +0000 (17:56 +0000)
committersr55 <sr55.hb@outlook.com>
Fri, 24 May 2013 17:56:41 +0000 (17:56 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5507 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs

index bf7d46b3d02652e9ee6b88181c6da2d75e3df7cf..faa856d6bfaadec444488781315e1797ed297d81 100644 (file)
@@ -370,6 +370,8 @@ namespace HandBrakeWPF.ViewModels
             this.queueProcessor.QueueChanged += this.QueueManager_QueueChanged;\r
             this.queueProcessor.EncodeService.EncodeStatusChanged += this.EncodeService_EncodeStatusChanged;\r
 \r
+            this.JobsPending = string.Format("{0} jobs pending", this.queueProcessor.Count);\r
+\r
             base.OnActivate();\r
         }\r
 \r