diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Preferences/ConfigurationPages/TrayStarterPage.py --- a/Preferences/ConfigurationPages/TrayStarterPage.py Fri Mar 11 08:55:14 2011 +0100 +++ b/Preferences/ConfigurationPages/TrayStarterPage.py Fri Mar 11 16:51:57 2011 +0100 @@ -13,11 +13,12 @@ import Preferences import UI.PixmapCache + class TrayStarterPage(ConfigurationPageBase, Ui_TrayStarterPage): """ Class implementing the tray starter configuration page. """ - def __init__(self, parent = None): + def __init__(self, parent=None): """ Constructor @@ -57,6 +58,7 @@ iconName = "erict-bwi.png" Preferences.setTrayStarter("TrayStarterIcon", iconName) + def create(dlg): """ Module function to create the configuration page.