diff -r 52e8c820d0dd -r c679fb30c8f3 Preferences/ConfigurationPages/MultiProjectPage.py --- a/Preferences/ConfigurationPages/MultiProjectPage.py Mon Dec 28 18:31:37 2009 +0000 +++ b/Preferences/ConfigurationPages/MultiProjectPage.py Wed Dec 30 15:40:33 2009 +0000 @@ -37,9 +37,9 @@ Public slot to save the Project configuration. """ Preferences.setMultiProject("OpenMasterAutomatically", - int(self.openMasterAutomaticallyCheckBox.isChecked())) + self.openMasterAutomaticallyCheckBox.isChecked()) Preferences.setMultiProject("XMLTimestamp", - int(self.multiProjectTimestampCheckBox.isChecked())) + self.multiProjectTimestampCheckBox.isChecked()) Preferences.setMultiProject("RecentNumber", self.multiProjectRecentSpinBox.value())