Preferences/ConfigurationPages/TrayStarterPage.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 3056
9986ec0e559a
parent 3010
befeff46ec0f
child 3145
a9de05d4a22f
--- 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

eric ide

mercurial