Preferences/__init__.py

changeset 1112
8a7d1b9d18db
parent 1109
9552b5e16a07
child 1114
a4dad1fff348
--- a/Preferences/__init__.py	Sat Jun 04 11:53:15 2011 +0200
+++ b/Preferences/__init__.py	Sun Jun 05 18:25:36 2011 +0200
@@ -1932,7 +1932,7 @@
     elif key in ["HelpViewerType", "DiskCacheSize", "AcceptCookies",
                  "KeepCookiesUntil", "StartupBehavior", "HistoryLimit",
                  "OfflineStorageDatabaseQuota", "OfflineWebApplicationCacheQuota",
-                 "CachePolicy", "DownloadManagerRemovePolicy", 
+                 "CachePolicy", "DownloadManagerRemovePolicy",
                  "SearchLanguage"]:
         return int(prefClass.settings.value("Help/" + key,
             prefClass.helpDefaults[key]))

eric ide

mercurial