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/MainController.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/MainController.h')
-rw-r--r-- | Source/MainController.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/MainController.h b/Source/MainController.h index 656cf8c0..962329e7 100644 --- a/Source/MainController.h +++ b/Source/MainController.h @@ -30,8 +30,6 @@ { BOOL isNewFavorite; - NSMutableArray *favorites; - SPPreferenceController *prefsController; } |