From bc51d59ca9a5ec8a741eef8142d3224a02461a5a Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Fri, 22 Jun 2012 01:46:50 +0000 Subject: - 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 --- Source/SPAppController.m | 3 --- 1 file changed, 3 deletions(-) (limited to 'Source/SPAppController.m') 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(); } /** -- cgit v1.2.3