Preferences/__init__.py

changeset 1638
cd2f9e526710
parent 1636
6a25bb84e2a3
child 1651
bc68f24d5658
--- 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",

eric ide

mercurial