diff options
author | Bibiko <bibiko@eva.mpg.de> | 2011-01-03 12:49:49 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2011-01-03 12:49:49 +0000 |
commit | c668c662b616ec378f6ff8315055b46acbc923cc (patch) | |
tree | 8c0a7a860bd81e9ede9a66120965a9cb5b3409c9 /Source/SPConstants.m | |
parent | 8a2cdc1581e018984a7bd5c34d510c7c32eef3f1 (diff) | |
download | sequelpro-c668c662b616ec378f6ff8315055b46acbc923cc.tar.gz sequelpro-c668c662b616ec378f6ff8315055b46acbc923cc.tar.bz2 sequelpro-c668c662b616ec378f6ff8315055b46acbc923cc.zip |
• changed the way to check for available update of Default Bundles
- perform a check only if the revision number is greater as the last recorded one, in other words if an updated version of Sequel Pro was installed and runs for the very first time
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r-- | Source/SPConstants.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m index ae803424..52d2ccca 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -187,7 +187,6 @@ NSString *SPLastImportIntoNewTableEncoding = @"LastImportIntoNewTableEncod NSString *SPLastImportIntoNewTableType = @"LastImportIntoNewTableType"; NSString *SPGlobalValueHistory = @"GlobalValueHistory"; NSString *SPBundleDeletedDefaultBundlesKey = @"deletedDefaultBundles"; -NSString *SPBundleUpdatedDefaultBundlesKey = @"updatedDefaultBundles"; // URLs NSString *SPDonationsURL = @"http://www.sequelpro.com/donate.html"; |