Preferences/ConfigurationPages/HelpInterfacePage.py

changeset 3025
67064c71df21
parent 3010
befeff46ec0f
child 3058
0a02c433f52d
child 3186
a05eff845522
diff -r 17c01303a239 -r 67064c71df21 Preferences/ConfigurationPages/HelpInterfacePage.py
--- a/Preferences/ConfigurationPages/HelpInterfacePage.py	Tue Oct 15 19:13:32 2013 +0200
+++ b/Preferences/ConfigurationPages/HelpInterfacePage.py	Wed Oct 16 15:16:54 2013 +0200
@@ -44,7 +44,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