Preferences/__init__.py

changeset 1636
6a25bb84e2a3
parent 1626
a77c8ea8582c
child 1638
cd2f9e526710
--- a/Preferences/__init__.py	Sat Feb 18 12:21:39 2012 +0100
+++ b/Preferences/__init__.py	Sat Feb 18 16:10:22 2012 +0100
@@ -662,6 +662,7 @@
         "SyncFtpPassword": "",
         "SyncFtpPath": "",
         "SyncFtpPort": 21,
+        "WarnOnMultipleClose": True,
     }
     
     websettings = QWebSettings.globalSettings()
@@ -2041,6 +2042,7 @@
                  "LocalContentCanAccessRemoteUrls", "LocalContentCanAccessFileUrls",
                  "XSSAuditingEnabled", "SiteSpecificQuirksEnabled", "SyncEnabled",
                  "SyncBookmarks", "SyncHistory", "SyncPasswords", "SyncUserAgents",
+                 "WarnOnMultipleClose"
                 ]:
         return toBool(prefClass.settings.value("Help/" + key,
             prefClass.helpDefaults[key]))

eric ide

mercurial