diff options
author | rowanbeentje <rowan@beent.je> | 2009-04-15 23:16:05 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-04-15 23:16:05 +0000 |
commit | 303910b3fe45314d98f12b3017881a02fef68459 (patch) | |
tree | 704e64e4cbfdea2c2c18e5320ed75d36a4416740 /Source/TableDocument.h | |
parent | 6c80b88f3c29b76fec560589e67920a99681723a (diff) | |
download | sequelpro-303910b3fe45314d98f12b3017881a02fef68459.tar.gz sequelpro-303910b3fe45314d98f12b3017881a02fef68459.tar.bz2 sequelpro-303910b3fe45314d98f12b3017881a02fef68459.zip |
- Update the connection sheet favourites view to bind to the preferences directly to pick up updates more quickly
- Improve favouritesAlreadyExists check to respond correctly if the connection database, host or user is blank
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index ad66ef55..f6019e58 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -82,7 +82,6 @@ CMMCPConnection *mySQLConnection; - NSMutableArray *favorites; NSArray *variables; NSString *selectedDatabase; NSString *mySQLVersion; @@ -120,7 +119,6 @@ sshUser:(NSString *)sshUser // no-longer in use sshPassword:(NSString *)sshPassword // no-longer in use sshPort:(NSString *)sshPort; // no-longer in use -- (NSMutableArray *)favorites; - (NSString *)getHTMLforPrint; |