Fix typo in selector name for delayed dialog

This commit is contained in:
Bjorn Winckler
2008-07-11 16:10:06 +02:00
parent e5e3c0d2c1
commit e9f5ced05c
+2 -1
View File
@@ -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: