Preferences/ConfigurationPages/SecurityPage.py

changeset 3038
7fe9a53280bd
parent 3025
67064c71df21
child 3060
5883ce99ee12
child 3160
209a07d7e401
diff -r a417a0670a36 -r 7fe9a53280bd Preferences/ConfigurationPages/SecurityPage.py
--- a/Preferences/ConfigurationPages/SecurityPage.py	Sat Oct 19 16:14:07 2013 +0200
+++ b/Preferences/ConfigurationPages/SecurityPage.py	Sat Oct 19 16:51:12 2013 +0200
@@ -43,7 +43,7 @@
             Preferences.getUser("UseMasterPassword"))
         if hasattr(QWebSettings, "DnsPrefetchEnabled"):
             self.dnsPrefetchCheckBox.setChecked(
-            Preferences.getHelp("DnsPrefetchEnabled"))
+                Preferences.getHelp("DnsPrefetchEnabled"))
         else:
             self.dnsPrefetchCheckBox.setEnabled(False)
         

eric ide

mercurial