From: dynaflash Date: Tue, 23 Sep 2008 14:33:32 +0000 (+0000) Subject: MacGui: upon reloading a previous queue at launch, open up the queue window. X-Git-Tag: 0.9.3~198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d47c63b262763b76f1fe0c752472d138ab66490d;p=handbrake MacGui: upon reloading a previous queue at launch, open up the queue window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1746 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 84e39054f..ab72ea287 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -169,6 +169,7 @@ static NSString * ChooseSourceIdentifier = @"Choose Source It else { [self setQueueEncodingItemsAsPending]; + [self showQueueWindow:NULL]; } }