diff -r 9986ec0e559a -r 10516539f238 Preferences/ConfigurationPages/TrayStarterPage.py --- a/Preferences/ConfigurationPages/TrayStarterPage.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Preferences/ConfigurationPages/TrayStarterPage.py Fri Oct 18 23:00:41 2013 +0200 @@ -33,7 +33,8 @@ self.standardButton.setIcon(UI.PixmapCache.getIcon("erict.png")) self.highContrastButton.setIcon(UI.PixmapCache.getIcon("erict-hc.png")) self.blackWhiteButton.setIcon(UI.PixmapCache.getIcon("erict-bw.png")) - self.blackWhiteInverseButton.setIcon(UI.PixmapCache.getIcon("erict-bwi.png")) + self.blackWhiteInverseButton.setIcon( + UI.PixmapCache.getIcon("erict-bwi.png")) # set initial values iconName = Preferences.getTrayStarter("TrayStarterIcon") @@ -66,6 +67,7 @@ Module function to create the configuration page. @param dlg reference to the configuration dialog + @return reference to the instantiated page (ConfigurationPageBase) """ page = TrayStarterPage() return page