--- a/Preferences/ConfigurationPages/EditorSearchPage.py Thu Mar 10 17:40:11 2011 +0100 +++ b/Preferences/ConfigurationPages/EditorSearchPage.py Thu Mar 10 19:07:05 2011 +0100 @@ -67,7 +67,7 @@ """ self.editorColours["SearchMarkers"] = \ self.selectColour(self.searchMarkerButton, - self.editorColours["SearchMarkers"]) + self.editorColours["SearchMarkers"], True) def create(dlg): """ @@ -76,4 +76,4 @@ @param dlg reference to the configuration dialog """ page = EditorSearchPage() - return page \ No newline at end of file + return page