From 89d2029151075a1e9d4b3bb8c311cee1d4157103 Mon Sep 17 00:00:00 2001 From: dynaflash Date: Fri, 20 Aug 2010 15:07:37 +0000 Subject: [PATCH] MacGui: Fix issue where multi instance was improperly detecting the number of instances. - Fixes an issue where the second instance would ignore the first instances queue and resetting running encodes back to pending. git-svn-id: svn://localhost/HandBrake/trunk@3484 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/Controller.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/macosx/Controller.m b/macosx/Controller.m index ee08ce18..08c843f8 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -312,9 +312,8 @@ static NSString * ChooseSourceIdentifier = @"Choose Source It [self writeToActivityLog: "Pid for this instance:%d", pidNum]; /* Tell fQueueController what our pidNum is */ [fQueueController setPidNum:pidNum]; - - hbInstances++; } + hbInstances++; } } return hbInstances; -- 2.11.0