diff options
author | stuconnolly <stuart02@gmail.com> | 2011-05-07 23:51:13 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-05-07 23:51:13 +0000 |
commit | 96bc6d783f72032d5b04b4748f915239c56b9bd3 (patch) | |
tree | f9dc95e385d035c8a0f4be05b0783576985eb743 /Source/SPProcessListController.h | |
parent | 2d68227fd525a377796b6e825bf78bbda7f611b2 (diff) | |
download | sequelpro-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.h | 1 |
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; |