From e1aed6f3ea777ea120108626ed1c5c864f4b01ee Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 2 May 2014 15:14:25 -0600 Subject: [PATCH] racket/gui: fix for Mac OS X 10.6 Closes PR 14482 original commit: afe06ed070577fad6eb74bf27717ce5337ff2b48 --- pkgs/gui-pkgs/gui-lib/mred/private/wx/cocoa/queue.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/gui-pkgs/gui-lib/mred/private/wx/cocoa/queue.rkt b/pkgs/gui-pkgs/gui-lib/mred/private/wx/cocoa/queue.rkt index f40ff53d..85730c48 100644 --- a/pkgs/gui-pkgs/gui-lib/mred/private/wx/cocoa/queue.rkt +++ b/pkgs/gui-pkgs/gui-lib/mred/private/wx/cocoa/queue.rkt @@ -123,7 +123,7 @@ (unless (scheme_register_process_global "Racket-GUI-no-front" #f) (tellv app activateIgnoringOtherApps: #:type _BOOL #t) ;; It may not be that easy... - (when (version-10.6-or-later?) + (when (version-10.7-or-later?) (with-autorelease (import-class NSRunningApplication) (unless (tell #:type _BOOL (tell NSRunningApplication currentApplication) ownsMenuBar)