OSDN Git Service

MacGui: Fix issue where closing the main window, then clicking on the dock icon did...
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 5 Mar 2010 22:40:29 +0000 (22:40 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 5 Mar 2010 22:40:29 +0000 (22:40 +0000)
- 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

macosx/Controller.m

index c9219aa..cd54612 100644 (file)
@@ -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 */