diff options
author | rowanbeentje <rowan@beent.je> | 2012-06-22 01:46:50 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-06-22 01:46:50 +0000 |
commit | bc51d59ca9a5ec8a741eef8142d3224a02461a5a (patch) | |
tree | 2e6b22048f3d7fbc86c0908c2095809ae2952ec1 /Source/SPAppController.m | |
parent | 756f01cc734ba7603f7e24bce8102bb360e6f56d (diff) | |
download | sequelpro-bc51d59ca9a5ec8a741eef8142d3224a02461a5a.tar.gz sequelpro-bc51d59ca9a5ec8a741eef8142d3224a02461a5a.tar.bz2 sequelpro-bc51d59ca9a5ec8a741eef8142d3224a02461a5a.zip |
- Address favourites saving on quit, which appears to sometimes die during preference serialisation, causing Issue #1332. Reworking the order of commands ensure this is performed more safely.
- Move upgrade routine to only be called on version upgrades, tweak order of calls
Diffstat (limited to 'Source/SPAppController.m')
-rw-r--r-- | Source/SPAppController.m | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m index 87a97f19..ed8fd400 100644 --- a/Source/SPAppController.m +++ b/Source/SPAppController.m @@ -93,9 +93,6 @@ YY_BUFFER_STATE yy_scan_string (const char *); { // Register application defaults [[NSUserDefaults standardUserDefaults] registerDefaults:[NSDictionary dictionaryWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"PreferenceDefaults" ofType:@"plist"]]]; - - // Migrate old connection favorites to the app's support directory (only uncomment when ready) - SPMigrateConnectionFavoritesData(); } /** |