aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.h
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-10-14 20:22:43 +0200
committerMax <post@wickenrode.com>2015-10-14 20:22:43 +0200
commit8f5f361da4cc30a72641c8ae72db5cce03ce234f (patch)
tree635489240db3820ab810f57f3325c795400ef79f /Source/SPConnectionController.h
parent71eaebae6b68c585809582823c9b3f7b8eae53c8 (diff)
downloadsequelpro-8f5f361da4cc30a72641c8ae72db5cce03ce234f.tar.gz
sequelpro-8f5f361da4cc30a72641c8ae72db5cce03ce234f.tar.bz2
sequelpro-8f5f361da4cc30a72641c8ae72db5cce03ce234f.zip
Change double click handling in the favorite list.
So it only acts on double clicks that are actually made on an item.
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r--Source/SPConnectionController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h
index f154ef77..ffface82 100644
--- a/Source/SPConnectionController.h
+++ b/Source/SPConnectionController.h
@@ -228,7 +228,7 @@
#ifndef SP_CODA
// Interface interaction
-- (IBAction)nodeDoubleClicked:(id)sender;
+- (void)nodeDoubleClicked:(id)sender;
- (IBAction)chooseKeyLocation:(id)sender;
- (IBAction)showHelp:(id)sender;
- (IBAction)updateSSLInterface:(id)sender;