Preferences/ConfigurationPages/HelpInterfacePage.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3025
67064c71df21
child 3145
a9de05d4a22f
diff -r 10516539f238 -r 0a02c433f52d Preferences/ConfigurationPages/HelpInterfacePage.py
--- a/Preferences/ConfigurationPages/HelpInterfacePage.py	Fri Oct 18 23:00:41 2013 +0200
+++ b/Preferences/ConfigurationPages/HelpInterfacePage.py	Fri Nov 01 15:48:48 2013 +0100
@@ -46,7 +46,8 @@
         styleIndex = self.styleComboBox.currentIndex()
         style = self.styleComboBox.itemData(styleIndex)
         Preferences.setUI("Style", style)
-        Preferences.setUI("StyleSheet",
+        Preferences.setUI(
+            "StyleSheet",
             self.styleSheetEdit.text())
     
     def __populateStyleCombo(self):

eric ide

mercurial