--- a/Preferences/ConfigurationPages/TrayStarterPage.py Sat Oct 12 17:31:40 2013 +0200 +++ b/Preferences/ConfigurationPages/TrayStarterPage.py Sat Oct 12 18:25:29 2013 +0200 @@ -31,7 +31,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")