UI/ClearPrivateDataDialog.py

changeset 5555
5ece4e830780
parent 5389
9b1c800daff3
child 6048
82ad8ec9548c
--- 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(),
         )

eric ide

mercurial