diff -r e35d2cda9a74 -r b3d966393ba9 Preferences/ConfigurationPages/EditorCalltipsPage.py --- a/Preferences/ConfigurationPages/EditorCalltipsPage.py Sat Sep 04 19:51:19 2010 +0200 +++ b/Preferences/ConfigurationPages/EditorCalltipsPage.py Sat Sep 04 19:51:48 2010 +0200 @@ -27,10 +27,10 @@ self.setObjectName("EditorCalltipsPage") # set initial values - self.ctEnabledCheckBox.setChecked(\ + self.ctEnabledCheckBox.setChecked( Preferences.getEditor("CallTipsEnabled")) - self.ctVisibleSlider.setValue(\ + self.ctVisibleSlider.setValue( Preferences.getEditor("CallTipsVisible")) self.callTipsBackgroundColour = \ self.initColour("CallTipsBackground", self.calltipsBackgroundButton, @@ -69,4 +69,4 @@ @param dlg reference to the configuration dialog """ page = EditorCalltipsPage() - return page + return page \ No newline at end of file