diff options
author | stuconnolly <stuart02@gmail.com> | 2010-07-05 15:57:15 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-07-05 15:57:15 +0000 |
commit | fa4f0429a347cede42e999566ae06b22acd2598c (patch) | |
tree | 26284096b33229a93ef3ab680cad45cec0785588 /Source | |
parent | 2ba4d06e3fbc8f96e6b37a7d56e0889e50e7315a (diff) | |
download | sequelpro-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.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/TableDump.m | 8 |
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 - /** |