src/eric7/WebBrowser/WebBrowserClearPrivateDataDialog.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/WebBrowser/WebBrowserClearPrivateDataDialog.py
--- a/src/eric7/WebBrowser/WebBrowserClearPrivateDataDialog.py	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/WebBrowser/WebBrowserClearPrivateDataDialog.py	Tue Apr 23 11:26:04 2024 +0200
@@ -36,11 +36,9 @@
 
         @return tuple with flags indicating which data to clear
             (browsing history, search history, favicons, disk cache, cookies,
-            passwords, web databases, downloads, zoom values, SSL
-            certificate error exceptions) and the selected history period in
-            milliseconds
-        @rtype tuple of (bool, bool, bool, bool, bool, bool, bool, bool, bool, bool,
-            int)
+            passwords, downloads, zoom values, SSL certificate error exceptions) and
+            the selected history period in milliseconds
+        @rtype tuple of (bool, bool, bool, bool, bool, bool, bool, bool, bool, int)
         """
         index = self.historyCombo.currentIndex()
         if index == 0:
@@ -66,7 +64,6 @@
             self.cacheCheckBox.isChecked(),
             self.cookiesCheckBox.isChecked(),
             self.passwordsCheckBox.isChecked(),
-            self.databasesCheckBox.isChecked(),
             self.downloadsCheckBox.isChecked(),
             self.zoomCheckBox.isChecked(),
             self.sslExceptionsCheckBox.isChecked(),

eric ide

mercurial