--- a/UI/ClearPrivateDataDialog.py Fri Feb 24 18:58:27 2017 +0100 +++ b/UI/ClearPrivateDataDialog.py Fri Feb 24 18:59:38 2017 +0100 @@ -37,7 +37,7 @@ @return flags indicating which data to clear (recent files, recent projects, recent multi projects, - debug histories, shell histories) + debug histories, shell histories, VCS histories) @rtype tuple of bool """ return ( @@ -46,4 +46,6 @@ self.multiProjectsCheckBox.isChecked(), self.debugCheckBox.isChecked(), self.shellCheckBox.isChecked(), + self.vcsCheckBox.isChecked(), + self.pluginsCheckBox.isChecked(), )