Preferences/ConfigurationPages/HelpAppearancePage.py

changeset 3025
67064c71df21
parent 3010
befeff46ec0f
child 3034
7ce719013078
child 3058
0a02c433f52d
diff -r 17c01303a239 -r 67064c71df21 Preferences/ConfigurationPages/HelpAppearancePage.py
--- a/Preferences/ConfigurationPages/HelpAppearancePage.py	Tue Oct 15 19:13:32 2013 +0200
+++ b/Preferences/ConfigurationPages/HelpAppearancePage.py	Wed Oct 16 15:16:54 2013 +0200
@@ -90,7 +90,8 @@
         Preferences.setHelp("StandardFont", self.standardFont)
         Preferences.setHelp("FixedFont", self.fixedFont)
         
-        Preferences.setHelp("AutoLoadImages",
+        Preferences.setHelp(
+            "AutoLoadImages",
             self.autoLoadImagesCheckBox.isChecked())
         
         Preferences.setHelp("UserStyleSheet", self.styleSheetEdit.text())
@@ -99,10 +100,12 @@
         
         from ..ConfigurationDialog import ConfigurationWidget
         if self.__displayMode == ConfigurationWidget.HelpBrowserMode:
-            Preferences.setUI("SingleCloseButton",
+            Preferences.setUI(
+                "SingleCloseButton",
                 self.tabsCloseButtonCheckBox.isChecked())
         
-        Preferences.setHelp("WarnOnMultipleClose",
+        Preferences.setHelp(
+            "WarnOnMultipleClose",
             self.warnOnMultipleCloseCheckBox.isChecked())
     
     @pyqtSlot()

eric ide

mercurial