diff -r 52e8c820d0dd -r c679fb30c8f3 Preferences/ConfigurationPages/HelpAppearancePage.py --- a/Preferences/ConfigurationPages/HelpAppearancePage.py Mon Dec 28 18:31:37 2009 +0000 +++ b/Preferences/ConfigurationPages/HelpAppearancePage.py Wed Dec 30 15:40:33 2009 +0000 @@ -63,7 +63,7 @@ Preferences.setHelp("FixedFont", self.fixedFont) Preferences.setHelp("AutoLoadImages", - int(self.autoLoadImagesCheckBox.isChecked())) + self.autoLoadImagesCheckBox.isChecked()) Preferences.setHelp("UserStyleSheet", self.styleSheetEdit.text())