aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-12-03 16:21:50 +0000
committerBibiko <bibiko@eva.mpg.de>2009-12-03 16:21:50 +0000
commit73ed762bceaf6244d00486c183f83639915dfe32 (patch)
treecaffcaae0e521036185241d46c2ebcc2369c2f8c /Source/TableDocument.m
parentcbafa5a85f87ce883f6be5cf75b19544560b750f (diff)
downloadsequelpro-73ed762bceaf6244d00486c183f83639915dfe32.tar.gz
sequelpro-73ed762bceaf6244d00486c183f83639915dfe32.tar.bz2
sequelpro-73ed762bceaf6244d00486c183f83639915dfe32.zip
• fixed issue for "Update Help while typing" to suppress opening the MySQL documentation periodically if no internal help can be found
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r--Source/TableDocument.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index 0269d1a6..ba98a3d7 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -2822,7 +2822,7 @@
*/
- (IBAction)showMySQLHelp:(id)sender
{
- [customQueryInstance showHelpFor:SP_HELP_TOC_SEARCH_STRING addToHistory:YES];
+ [customQueryInstance showHelpFor:SP_HELP_TOC_SEARCH_STRING addToHistory:YES calledByAutoHelp:NO];
[[customQueryInstance helpWebViewWindow] makeKeyWindow];
}