--- a/Preferences/ConfigurationPages/VcsPage.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Preferences/ConfigurationPages/VcsPage.py Fri Oct 18 23:00:41 2013 +0200 @@ -29,7 +29,8 @@ # set initial values self.vcsAutoCloseCheckBox.setChecked(Preferences.getVCS("AutoClose")) - self.vcsAutoSaveCheckBox.setChecked(Preferences.getVCS("AutoSaveFiles")) + self.vcsAutoSaveCheckBox.setChecked( + Preferences.getVCS("AutoSaveFiles")) self.vcsAutoSaveProjectCheckBox.setChecked( Preferences.getVCS("AutoSaveProject")) self.vcsStatusMonitorIntervalSpinBox.setValue( @@ -77,6 +78,7 @@ Module function to create the configuration page. @param dlg reference to the configuration dialog + @return reference to the instantiated page (ConfigurationPageBase) """ page = VcsPage() return page