diff options
author | Damiano Galassi <[email protected]> | 2016-10-05 10:45:50 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-10-05 10:45:50 +0200 |
commit | eaa2aed959c999467bc8c28cbe7be021785c5723 (patch) | |
tree | ddb20c09f6660fbe4864adb5d0f1d9b891b4c29b /macosx/HBQueueController.m | |
parent | 136108a7f8eaba02dd0ede50142ee3b93e27efbd (diff) |
MacGui: show the queue jobs count on the main window queue toolbar icon.
Diffstat (limited to 'macosx/HBQueueController.m')
-rw-r--r-- | macosx/HBQueueController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBQueueController.m b/macosx/HBQueueController.m index 0fa541a2d..53aef5e05 100644 --- a/macosx/HBQueueController.m +++ b/macosx/HBQueueController.m @@ -526,7 +526,7 @@ } self.countTextField.stringValue = string; - [self.controller setQueueState:string]; + [self.controller setQueueState:pendingCount]; self.pendingItemsCount = pendingCount; self.completedItemsCount = completedCount; |