Helpviewer/HelpWindow.py

changeset 1100
c32d3256e63a
parent 992
566e87428fc8
child 1112
8a7d1b9d18db
diff -r dab023794177 -r c32d3256e63a Helpviewer/HelpWindow.py
--- a/Helpviewer/HelpWindow.py	Tue May 31 19:56:26 2011 +0200
+++ b/Helpviewer/HelpWindow.py	Thu Jun 02 12:27:12 2011 +0200
@@ -2323,8 +2323,8 @@
         if dlg.exec_() == QDialog.Accepted:
             # browsing history, search history, favicons, disk cache, cookies,
             # passwords, web databases, downloads
-            history, searches, favicons, cache, cookies,
-            passwords, databases, downloads = \
+            (history, searches, favicons, cache, cookies,
+             passwords, databases, downloads) = \
                 dlg.getData()
             if history:
                 self.historyManager().clear()

eric ide

mercurial