aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2013-03-12 01:31:21 +0000
committerrowanbeentje <rowan@beent.je>2013-03-12 01:31:21 +0000
commitd27b44c2119875f603c175e928073bea218f66ff (patch)
treec9c100915262b1e27e1b08bc3f5c17ea52a201bd /Source/SPConnectionController.h
parente78826bf5848073f6cd095f500bff7c98f11d8b2 (diff)
downloadsequelpro-d27b44c2119875f603c175e928073bea218f66ff.tar.gz
sequelpro-d27b44c2119875f603c175e928073bea218f66ff.tar.bz2
sequelpro-d27b44c2119875f603c175e928073bea218f66ff.zip
- Improve startup when loading from file, preventing overwrite of details read from a spf/spfs during startup. This addresses Issue #1619
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r--Source/SPConnectionController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h
index 9ee438b3..5866c495 100644
--- a/Source/SPConnectionController.h
+++ b/Source/SPConnectionController.h
@@ -232,6 +232,7 @@
// Favorites interaction
- (void)updateFavoriteSelection:(id)sender;
+- (void)updateFavoriteNextKeyView;
- (NSMutableDictionary *)selectedFavorite;
- (SPTreeNode *)selectedFavoriteNode;
- (NSArray *)selectedFavoriteNodes;