Skip to content

Commit

Permalink
Patching to compile on OSX10.10
Browse files Browse the repository at this point in the history
A quick&dirty patch as per Homebrew/legacy-homebrew#29837
  • Loading branch information
eugene1g committed Feb 1, 2015
1 parent d3cd059 commit beeb297
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -124,7 +124,8 @@ - (void)dealloc
[dockMenu release];
[qtMenuLoader release];
if (reflectionDelegate) {
[NSApp setDelegate:reflectionDelegate];
//[NSApp setDelegate:reflectionDelegate];
[[NSApplication sharedApplication] setDelegate:reflectionDelegate];
[reflectionDelegate release];
}
[[NSNotificationCenter defaultCenter] removeObserver:self];
Expand Down

0 comments on commit beeb297

Please sign in to comment.