diff -r 9986ec0e559a -r 10516539f238 Preferences/ConfigurationPages/IconsPage.py --- a/Preferences/ConfigurationPages/IconsPage.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Preferences/ConfigurationPages/IconsPage.py Fri Oct 18 23:00:41 2013 +0200 @@ -53,7 +53,8 @@ def on_iconDirectoryList_currentRowChanged(self, row): """ - Private slot to handle the currentRowChanged signal of the icons directory list. + Private slot to handle the currentRowChanged signal of the icons + directory list. @param row the current row (integer) """ @@ -177,6 +178,7 @@ Module function to create the configuration page. @param dlg reference to the configuration dialog + @return reference to the instantiated page (ConfigurationPageBase) """ page = IconsPage() return page