diff options
author | dynaflash <[email protected]> | 2008-09-23 14:33:32 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-09-23 14:33:32 +0000 |
commit | d47c63b262763b76f1fe0c752472d138ab66490d (patch) | |
tree | 813fe178aa3b152a515be54192cab3286c17ef23 | |
parent | f6f99ee5a4ae47dfd518f9e48683b4b22201a9df (diff) |
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
-rw-r--r-- | macosx/Controller.mm | 1 |
1 files changed, 1 insertions, 0 deletions
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]; } } |