diff -r 9cdec3c5bc07 -r 2e3e2055e715 Preferences/ConfigurationPages/ProjectBrowserPage.py --- a/Preferences/ConfigurationPages/ProjectBrowserPage.py Fri Jan 07 12:38:39 2011 +0100 +++ b/Preferences/ConfigurationPages/ProjectBrowserPage.py Fri Jan 07 15:52:50 2011 +0100 @@ -132,7 +132,7 @@ @param index index of the selected project type (integer) """ if self.__currentProjectTypeIndex == index: - return + return self.__storeProjectBrowserFlags( self.projectTypeCombo.itemData(self.__currentProjectTypeIndex)) @@ -147,4 +147,4 @@ @param dlg reference to the configuration dialog """ page = ProjectBrowserPage() - return page \ No newline at end of file + return page