From 7b402b36a87aa44e1fd23d9fdefa4af4a5af4158 Mon Sep 17 00:00:00 2001 From: ritsuka Date: Wed, 22 Apr 2015 16:58:07 +0000 Subject: 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 --- macosx/HBQueueController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/HBQueueController.m') 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) { -- cgit v1.2.3