From 5a52a184b2d20c307d8a54945193eccb31fc1dce Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Tue, 25 May 2010 12:20:55 +0000 Subject: Update Growl controller notify method selector when an export finishes. Fixes logs http://spbug.com/l/521 and http://spbug.com/522. --- Source/SPExportController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/SPExportController.m b/Source/SPExportController.m index 83c87ea6..7f8610ec 100644 --- a/Source/SPExportController.m +++ b/Source/SPExportController.m @@ -190,7 +190,7 @@ // Export finished Growl notification [[SPGrowlController sharedGrowlController] notifyWithTitle:@"Export Finished" description:[NSString stringWithFormat:NSLocalizedString(@"Finished exporting to %@", @"description for finished exporting growl notification"), exportFilename] - window:[tableDocumentInstance parentWindow] + document:[tableDocumentInstance parentWindow] notificationName:@"Export Finished"]; } -- cgit v1.2.3