aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.m
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-06-22 01:46:50 +0000
committerrowanbeentje <rowan@beent.je>2012-06-22 01:46:50 +0000
commitbc51d59ca9a5ec8a741eef8142d3224a02461a5a (patch)
tree2e6b22048f3d7fbc86c0908c2095809ae2952ec1 /Source/SPAppController.m
parent756f01cc734ba7603f7e24bce8102bb360e6f56d (diff)
downloadsequelpro-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.m3
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();
}
/**