aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-05-25 12:20:55 +0000
committerstuconnolly <stuart02@gmail.com>2010-05-25 12:20:55 +0000
commit5a52a184b2d20c307d8a54945193eccb31fc1dce (patch)
treeb1fd16748326058c38ae0e42137cfe9ce75a5cdd /Source
parent0fbc1d9fc62b60a706d839543c6c114c0302c7d7 (diff)
downloadsequelpro-5a52a184b2d20c307d8a54945193eccb31fc1dce.tar.gz
sequelpro-5a52a184b2d20c307d8a54945193eccb31fc1dce.tar.bz2
sequelpro-5a52a184b2d20c307d8a54945193eccb31fc1dce.zip
Update Growl controller notify method selector when an export finishes. Fixes logs http://spbug.com/l/521 and http://spbug.com/522.
Diffstat (limited to 'Source')
-rw-r--r--Source/SPExportController.m2
1 files changed, 1 insertions, 1 deletions
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"];
}