aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPProcessListController.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-05-07 23:51:13 +0000
committerstuconnolly <stuart02@gmail.com>2011-05-07 23:51:13 +0000
commit96bc6d783f72032d5b04b4748f915239c56b9bd3 (patch)
treef9dc95e385d035c8a0f4be05b0783576985eb743 /Source/SPProcessListController.h
parent2d68227fd525a377796b6e825bf78bbda7f611b2 (diff)
downloadsequelpro-96bc6d783f72032d5b04b4748f915239c56b9bd3.tar.gz
sequelpro-96bc6d783f72032d5b04b4748f915239c56b9bd3.tar.bz2
sequelpro-96bc6d783f72032d5b04b4748f915239c56b9bd3.zip
Re-add the ability the show the full process list in the server processes panel. Fixes issue #1036.
Diffstat (limited to 'Source/SPProcessListController.h')
-rw-r--r--Source/SPProcessListController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPProcessListController.h b/Source/SPProcessListController.h
index 3fc66c78..df5f48a6 100644
--- a/Source/SPProcessListController.h
+++ b/Source/SPProcessListController.h
@@ -58,6 +58,7 @@
- (IBAction)killProcessQuery:(id)sender;
- (IBAction)killProcessConnection:(id)sender;
- (IBAction)toggleShowProcessID:(id)sender;
+- (IBAction)toggeleShowFullProcessList:(id)sender;
- (IBAction)toggleProcessListAutoRefresh:(id)sender;
- (IBAction)setAutoRefreshInterval:(id)sender;
- (IBAction)setCustomAutoRefreshInterval:(id)sender;