diff --git a/src/MacVim/MMVimController.m b/src/MacVim/MMVimController.m index 221b3eb364..d6829f0e3c 100644 --- a/src/MacVim/MMVimController.m +++ b/src/MacVim/MMVimController.m @@ -473,7 +473,8 @@ static BOOL isUnsafeMessage(int msgid); isEqual:NSDefaultRunLoopMode]; if (!inDefaultMode) { // Delay call until run loop is in default mode. - [self performSelectorOnMainThread:@selector(presentDialogWithStyle:) + [self performSelectorOnMainThread: + @selector(presentDialogWithAttributes:) withObject:attr waitUntilDone:NO modes:[NSArray arrayWithObject: