diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Preferences/ConfigurationPages/EditorTypingPage.py --- a/Preferences/ConfigurationPages/EditorTypingPage.py Fri Mar 11 08:55:14 2011 +0100 +++ b/Preferences/ConfigurationPages/EditorTypingPage.py Fri Mar 11 16:51:57 2011 +0100 @@ -14,6 +14,7 @@ import Preferences + class EditorTypingPage(ConfigurationPageBase, Ui_EditorTypingPage): """ Class implementing the Editor Typing configuration page. @@ -146,6 +147,7 @@ index = self.pageIds[' '] self.stackedWidget.setCurrentIndex(index) + def create(dlg): """ Module function to create the configuration page. @@ -153,4 +155,4 @@ @param dlg reference to the configuration dialog """ page = EditorTypingPage() - return page \ No newline at end of file + return page