From 8b5904841e60f6eb651d4beca8159baff598678e Mon Sep 17 00:00:00 2001 From: dynaflash Date: Fri, 5 Mar 2010 22:40:29 +0000 Subject: [PATCH] MacGui: Fix issue where closing the main window, then clicking on the dock icon did not make the main window reappear. - Note: this does not fix the issue in snow leopard where minimizing the main window behind the dock icon does not reappear when dock icon is clicked. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3152 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/Controller.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macosx/Controller.m b/macosx/Controller.m index c9219aad1..cd5461250 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -325,7 +325,8 @@ static NSString * ChooseSourceIdentifier = @"Choose Source It - (void) awakeFromNib { [fWindow center]; - [fWindow setExcludedFromWindowsMenu:YES]; + [fWindow setExcludedFromWindowsMenu:NO]; + [fAdvancedOptions setView:fAdvancedView]; /* lets setup our presets drawer for drag and drop here */ -- 2.40.0