--- a/Preferences/ConfigurationPages/IconsPage.py Fri Mar 11 08:55:14 2011 +0100 +++ b/Preferences/ConfigurationPages/IconsPage.py Fri Mar 11 16:51:57 2011 +0100 @@ -20,6 +20,7 @@ import Preferences import Utilities + class IconsPage(ConfigurationPageBase, Ui_IconsPage): """ Class implementing the Icons configuration page. @@ -168,6 +169,7 @@ dlg = IconsPreviewDialog(self, dir) dlg.exec_() + def create(dlg): """ Module function to create the configuration page.