diff options
author | rowanbeentje <rowan@beent.je> | 2008-12-07 17:43:18 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2008-12-07 17:43:18 +0000 |
commit | 0eff207065c74b903c1358a91f7bffadd631b8e7 (patch) | |
tree | 7e4ace44adaf971ad6638e560be0a9cd033025e6 /TableDocument.h | |
parent | 97766ed8605f019389928a9c8046373ff48f7e4a (diff) | |
download | sequelpro-0eff207065c74b903c1358a91f7bffadd631b8e7.tar.gz sequelpro-0eff207065c74b903c1358a91f7bffadd631b8e7.tar.bz2 sequelpro-0eff207065c74b903c1358a91f7bffadd631b8e7.zip |
- Add new favourites as NSMutableDictionaries instead of NSDictionaries - properly fixes Issue #110.
- Save favourites on exit - this saves edits such as favourite name changes within the connection sheet which aren't otherwise caught.
- Removes an outdated property (selectedFavourite)
Diffstat (limited to 'TableDocument.h')
-rw-r--r-- | TableDocument.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TableDocument.h b/TableDocument.h index 2a54a37c..ac20b335 100644 --- a/TableDocument.h +++ b/TableDocument.h @@ -81,7 +81,6 @@ NSMutableArray *favorites; NSArray *variables; NSString *selectedDatabase; - NSString *selectedFavorite; NSString *mySQLVersion; NSUserDefaults *prefs; |