From: dynaflash Date: Fri, 5 Mar 2010 22:40:29 +0000 (+0000) Subject: MacGui: Fix issue where closing the main window, then clicking on the dock icon did... X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=e51de37e1e3f08cd2bfc29466a9ad7c0c834f2af;p=handbrake-jp%2Fhandbrake-jp-git.git 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://localhost/HandBrake/trunk@3152 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/macosx/Controller.m b/macosx/Controller.m index c9219aad..cd546125 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 */