diff options
author | ritsuka <[email protected]> | 2015-04-22 16:58:07 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-04-22 16:58:07 +0000 |
commit | 7b402b36a87aa44e1fd23d9fdefa4af4a5af4158 (patch) | |
tree | 25a737536203196bcf5dd085fec56c30c80fbf24 /macosx/HBQueueController.m | |
parent | 1e990c1a5441c64ce2b985e019a814deecf74843 (diff) |
MacGui: Remove the "Reload queue" alert. The queue is always reloaded and the queue window is shown if there are pending jobs.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7113 b64f7644-9d1e-0410-96f1-a4d463321fa5
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 13261cf67..54d154a79 100644 --- a/macosx/HBQueueController.m +++ b/macosx/HBQueueController.m @@ -341,7 +341,7 @@ * This method will clear the queue of any encodes that are not still pending * this includes both successfully completed encodes as well as cancelled encodes */ -- (void)clearEncodedJobs +- (void)removeCompletedJobs { [self.jobs beginTransaction]; [self removeItemsUsingBlock:^BOOL(HBJob *item) { |