Preferences/__init__.py

changeset 4917
682750cc7bd5
parent 4913
e16573640cb8
child 4955
8a966fc19ce3
--- a/Preferences/__init__.py	Sun Apr 03 16:33:37 2016 +0200
+++ b/Preferences/__init__.py	Sun Apr 03 17:07:25 2016 +0200
@@ -62,6 +62,7 @@
     from WebBrowser.FlashCookieManager.FlashCookieUtilities import \
         flashDataPathForOS
 
+
 class Prefs(object):
     """
     A class to hold all configuration items for the application.
@@ -2783,7 +2784,7 @@
             value = prefClass.helpDefaults[key]
         return value
     elif key in ["StartupBehavior", "HistoryLimit",
-                 "DownloadManagerRemovePolicy","SyncType", "SyncFtpPort",
+                 "DownloadManagerRemovePolicy", "SyncType", "SyncFtpPort",
                  "SyncFtpIdleTimeout", "SyncEncryptionKeyLength",
                  "SearchLanguage", "WebInspectorPort",
                  "DefaultFontSize", "DefaultFixedFontSize",

eric ide

mercurial