--- a/Preferences/__init__.py Sun Dec 06 14:54:10 2015 +0100 +++ b/Preferences/__init__.py Sun Dec 06 19:09:32 2015 +0100 @@ -833,10 +833,6 @@ "HomePage": "eric:home", "HistoryLimit": 30, "DefaultScheme": "file://", - "AdBlockEnabled": False, - "AdBlockSubscriptions": [], - "AdBlockUpdatePeriod": 1, - "AdBlockExceptions": [], "OfflineStorageDatabaseQuota": 50, # 50 MB "UserAgent": "", "ShowPreview": True, @@ -845,15 +841,24 @@ "DownloadManagerPosition": QPoint(), "DownloadManagerDownloads": [], "AccessKeysEnabled": True, - "VirusTotalEnabled": False, - "VirusTotalServiceKey": "", - "VirusTotalSecure": True, "SearchLanguage": QLocale().language(), "DoNotTrack": False, "SendReferer": True, "SendRefererWhitelist": ["qt-apps.org", "kde-apps.org"], "NoCacheHosts": ["qt-project.org"], "RssFeeds": [], + "WarnOnMultipleClose": True, + "ZoomValuesDB": "{}", # empty JSON dictionary + # VirusTotal + "VirusTotalEnabled": False, + "VirusTotalServiceKey": "", + "VirusTotalSecure": True, + # AdBlock + "AdBlockEnabled": False, + "AdBlockSubscriptions": [], + "AdBlockUpdatePeriod": 1, + "AdBlockExceptions": [], + # Sync "SyncEnabled": False, "SyncBookmarks": True, "SyncHistory": True, @@ -872,9 +877,10 @@ "SyncFtpPort": 21, "SyncFtpIdleTimeout": 30, "SyncDirectoryPath": "", - "WarnOnMultipleClose": True, + # Click-to-Flash "ClickToFlashEnabled": False, "ClickToFlashWhitelist": [], + # PIM "PimFullName": "", "PimFirstName": "", "PimLastName": "", @@ -891,6 +897,7 @@ "PimSpecial2": "", "PimSpecial3": "", "PimSpecial4": "", + # Grease Monkey "GreaseMonkeyDisabledScripts": [], # Flash Cookie Manager "FlashCookiesDeleteOnStartExit": False,