diff --git a/ChangeLog b/ChangeLog index ba9ec6067..8103920e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-25 Fred Kiefer + + * Source/NSDocument.m (-runModalSavePanelForSaveOperation:...): + Correct the name of the selector being tested. + 2009-01-24 Fred Kiefer * Source/NSDocumentController.m (-validateUserInterfaceItem:): diff --git a/Source/NSDocument.m b/Source/NSDocument.m index df8ab905c..f06a3deee 100644 --- a/Source/NSDocument.m +++ b/Source/NSDocument.m @@ -1172,7 +1172,7 @@ originalContentsURL: (NSURL *)orig { // FIXME: Commit registered editors - if (OVERRIDDEN(saveToFile:saveOperation:delegate:didSaveSelector:)) + if (OVERRIDDEN(saveToFile:saveOperation:delegate:didSaveSelector:contextInfo:)) { NSString *fileName;