--- a/Preferences/ConfigurationPages/GraphicsPage.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Preferences/ConfigurationPages/GraphicsPage.py Fri Oct 18 23:00:41 2013 +0200 @@ -44,7 +44,8 @@ """ Private method used to select the font for the graphics items. """ - self.graphicsFont = self.selectFont(self.graphicsFontSample, self.graphicsFont) + self.graphicsFont = self.selectFont(self.graphicsFontSample, + self.graphicsFont) def polishPage(self): """ @@ -58,6 +59,7 @@ Module function to create the configuration page. @param dlg reference to the configuration dialog + @return reference to the instantiated page (ConfigurationPageBase) """ page = GraphicsPage() return page