diff --git a/collects/mred/private/wx/cocoa/queue.rkt b/collects/mred/private/wx/cocoa/queue.rkt index 67af3656dd..ee3dd5279d 100644 --- a/collects/mred/private/wx/cocoa/queue.rkt +++ b/collects/mred/private/wx/cocoa/queue.rkt @@ -75,7 +75,8 @@ #t] [-a _BOOL (application: [_id theApplication] openFile: [_NSString filename]) (set! got-file? #t) - (queue-file-event (string->path filename))] + (queue-file-event (string->path filename)) + (post-dummy-event)] [-a _void (applicationDidFinishLaunching: [_id notification]) (unless got-file? (queue-start-empty-event))]