From c000040c0837325b5081e699a17743e1eb74c3eb Mon Sep 17 00:00:00 2001 From: dynaflash Date: Fri, 20 Aug 2010 15:07:37 +0000 Subject: 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://svn.handbrake.fr/HandBrake/trunk@3484 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/Controller.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'macosx') diff --git a/macosx/Controller.m b/macosx/Controller.m index ee08ce182..08c843f88 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; -- cgit v1.2.3