aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-07-05 15:57:15 +0000
committerstuconnolly <stuart02@gmail.com>2010-07-05 15:57:15 +0000
commitfa4f0429a347cede42e999566ae06b22acd2598c (patch)
tree26284096b33229a93ef3ab680cad45cec0785588
parent2ba4d06e3fbc8f96e6b37a7d56e0889e50e7315a (diff)
downloadsequelpro-fa4f0429a347cede42e999566ae06b22acd2598c.tar.gz
sequelpro-fa4f0429a347cede42e999566ae06b22acd2598c.tar.bz2
sequelpro-fa4f0429a347cede42e999566ae06b22acd2598c.zip
Revert a change made in r2390 that removed the didEndSelector of the import errors sheet. Fixes log http://spbug.com/l/1050.
-rw-r--r--Source/TableDump.m8
1 files changed, 8 insertions, 0 deletions
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 -
/**