--- a/Helpviewer/HelpClearPrivateDataDialog.py Sun Dec 06 14:54:10 2015 +0100 +++ b/Helpviewer/HelpClearPrivateDataDialog.py Sun Dec 06 19:09:32 2015 +0100 @@ -36,8 +36,9 @@ @return tuple with flags indicating which data to clear (browsing history, search history, favicons, disk cache, cookies, - passwords, web databases, downloads, flash) and the selected - history period in milliseconds (tuple of booleans and integer) + passwords, web databases, downloads, flash, zoom values) and the + selected history period in milliseconds (tuple of booleans and + integer) """ index = self.historyCombo.currentIndex() if index == 0: @@ -65,4 +66,5 @@ self.databasesCheckBox.isChecked(), self.downloadsCheckBox.isChecked(), self.flashCookiesCheckBox.isChecked(), + self.zoomCheckBox.isChecked(), historyPeriod)