diff options
author | stuconnolly <stuart02@gmail.com> | 2010-12-06 23:44:59 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-12-06 23:44:59 +0000 |
commit | 3fccc9c751cded1360aa22796ed3c6d700fd04c1 (patch) | |
tree | 7833f05d9540c9ad9ffd09c7dc181ee473484298 /Source/SPCustomQuery.m | |
parent | 71524d822dd449c131f6e09b2a0be0c3c0101eb1 (diff) | |
parent | 263681ef03fd33d516ca8e84db12d1c54570679f (diff) | |
download | sequelpro-3fccc9c751cded1360aa22796ed3c6d700fd04c1.tar.gz sequelpro-3fccc9c751cded1360aa22796ed3c6d700fd04c1.tar.bz2 sequelpro-3fccc9c751cded1360aa22796ed3c6d700fd04c1.zip |
Bring outlineview branch up to date with trunk (r2967:2974).
Diffstat (limited to 'Source/SPCustomQuery.m')
-rw-r--r-- | Source/SPCustomQuery.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPCustomQuery.m b/Source/SPCustomQuery.m index 372fa512..5e1a85e4 100644 --- a/Source/SPCustomQuery.m +++ b/Source/SPCustomQuery.m @@ -667,6 +667,7 @@ // ask the user to continue after detecting an error if (![mySQLConnection queryCancelled]) { + [tableDocumentInstance setTaskIndicatorShouldAnimate:NO]; SPBeginWaitingAlertSheet(@"title", NSLocalizedString(@"Run All", @"run all button"), NSLocalizedString(@"Continue", @"continue button"), NSLocalizedString(@"Stop", @"stop button"), NSWarningAlertStyle, [tableDocumentInstance parentWindow], self, @@ -676,6 +677,7 @@ [mySQLConnection getLastErrorMessage], runAllContinueStopSheetReturnCode ); + [tableDocumentInstance setTaskIndicatorShouldAnimate:YES]; switch (runAllContinueStopSheetReturnCode) { case NSAlertDefaultReturn: |