--- a/Preferences/__init__.py Sat Feb 18 16:20:52 2012 +0100 +++ b/Preferences/__init__.py Sat Feb 18 18:08:54 2012 +0100 @@ -662,6 +662,7 @@ "SyncFtpPassword": "", "SyncFtpPath": "", "SyncFtpPort": 21, + "SyncFtpIdleTimeout": 30, "WarnOnMultipleClose": True, } @@ -2027,7 +2028,7 @@ "KeepCookiesUntil", "StartupBehavior", "HistoryLimit", "OfflineStorageDatabaseQuota", "OfflineWebApplicationCacheQuota", "CachePolicy", "DownloadManagerRemovePolicy", - "SearchLanguage", "SyncType", "SyncFtpPort"]: + "SearchLanguage", "SyncType", "SyncFtpPort", "SyncFtpIdleTimeout"]: return int(prefClass.settings.value("Help/" + key, prefClass.helpDefaults[key])) elif key in ["SingleHelpWindow", "SaveGeometry", "WebSearchSuggestions",