Fixed an issue in the eric web browser main window class.

Thu, 02 Jun 2011 12:27:12 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 02 Jun 2011 12:27:12 +0200
changeset 1100
c32d3256e63a
parent 1095
dab023794177
child 1101
43da69edffc4

Fixed an issue in the eric web browser main window class.

Helpviewer/HelpWindow.py file | annotate | diff | comparison | revisions
--- 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