From fa4f0429a347cede42e999566ae06b22acd2598c Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 5 Jul 2010 15:57:15 +0000 Subject: Revert a change made in r2390 that removed the didEndSelector of the import errors sheet. Fixes log http://spbug.com/l/1050. --- Source/TableDump.m | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Source') diff --git a/Source/TableDump.m b/Source/TableDump.m index 9aa6df09..22e59597 100644 --- a/Source/TableDump.m +++ b/Source/TableDump.m @@ -1409,6 +1409,14 @@ [errorsSheet makeKeyWindow]; } +/** + * + */ +- (void)sheetDidEnd:(NSWindow *)sheet returnCode:(NSInteger)returnCode contextInfo:(void *)contextInfo +{ + [sheet orderOut:self]; +} + #pragma mark - /** -- cgit v1.2.3