diff -r e35d2cda9a74 -r b3d966393ba9 Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.py --- a/Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.py Sat Sep 04 19:51:19 2010 +0200 +++ b/Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.py Sat Sep 04 19:51:48 2010 +0200 @@ -28,9 +28,9 @@ self.setObjectName("EditorAutocompletionQScintillaPage") # set initial values - self.acShowSingleCheckBox.setChecked(\ + self.acShowSingleCheckBox.setChecked( Preferences.getEditor("AutoCompletionShowSingle")) - self.acFillupsCheckBox.setChecked(\ + self.acFillupsCheckBox.setChecked( Preferences.getEditor("AutoCompletionFillups")) acSource = Preferences.getEditor("AutoCompletionSource") @@ -63,4 +63,4 @@ @param dlg reference to the configuration dialog """ page = EditorAutocompletionQScintillaPage() - return page + return page \ No newline at end of file