eric6/WebBrowser/WebBrowserClearPrivateDataDialog.py

changeset 8069
1176a936efa4
parent 7923
91e843545d9a
child 8218
7c09585bd960
diff -r 28457602b8f8 -r 1176a936efa4 eric6/WebBrowser/WebBrowserClearPrivateDataDialog.py
--- a/eric6/WebBrowser/WebBrowserClearPrivateDataDialog.py	Thu Feb 04 14:38:33 2021 +0100
+++ b/eric6/WebBrowser/WebBrowserClearPrivateDataDialog.py	Thu Feb 04 14:59:13 2021 +0100
@@ -37,7 +37,7 @@
         
         @return tuple with flags indicating which data to clear
             (browsing history, search history, favicons, disk cache, cookies,
-            passwords, web databases, downloads, flash, zoom values, SSL
+            passwords, web databases, downloads, zoom values, SSL
             certificate error exceptions) and the selected history period in
             milliseconds (tuple of booleans and integer)
         """
@@ -66,7 +66,6 @@
                 self.passwordsCheckBox.isChecked(),
                 self.databasesCheckBox.isChecked(),
                 self.downloadsCheckBox.isChecked(),
-                self.flashCookiesCheckBox.isChecked(),
                 self.zoomCheckBox.isChecked(),
                 self.sslExceptionsCheckBox.isChecked(),
                 historyPeriod)

eric ide

mercurial