diff options
author | stuconnolly <stuart02@gmail.com> | 2011-02-07 20:20:41 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-02-07 20:20:41 +0000 |
commit | 2e31a4ad75b8e47a4feacadd567fbfab65eeede9 (patch) | |
tree | d224d2cda8463ca7645443944002e9f639909929 /Source/SPDatabaseDocument.m | |
parent | c9338aee82e9b42a07e93625c3235977c3dbf1b4 (diff) | |
download | sequelpro-2e31a4ad75b8e47a4feacadd567fbfab65eeede9.tar.gz sequelpro-2e31a4ad75b8e47a4feacadd567fbfab65eeede9.tar.bz2 sequelpro-2e31a4ad75b8e47a4feacadd567fbfab65eeede9.zip |
Bring outline view branch up to date with trunk (r3179:r3187).
Diffstat (limited to 'Source/SPDatabaseDocument.m')
-rw-r--r-- | Source/SPDatabaseDocument.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPDatabaseDocument.m b/Source/SPDatabaseDocument.m index 1d4b4fc6..4bc82a21 100644 --- a/Source/SPDatabaseDocument.m +++ b/Source/SPDatabaseDocument.m @@ -3795,7 +3795,6 @@ // Add the progress window to this window [self centerTaskWindow]; - [taskProgressWindow orderFront:self]; [parentWindow addChildWindow:taskProgressWindow ordered:NSWindowAbove]; } |