Fixed an issue introduced by recent changes.

Sat, 30 Jun 2018 15:30:43 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 30 Jun 2018 15:30:43 +0200
changeset 6385
9407026610bb
parent 6384
edbd0a5ac53a
child 6386
91dc4fa9bc9c

Fixed an issue introduced by recent changes.

Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py file | annotate | diff | comparison | revisions
--- a/Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py	Sat Jun 30 14:13:32 2018 +0200
+++ b/Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py	Sat Jun 30 15:30:43 2018 +0200
@@ -111,5 +111,5 @@
     @param dlg reference to the configuration dialog
     @return reference to the instantiated page (ConfigurationPageBase)
     """
-    page = WebBrowserVirusTotalPage(dlg)
+    page = WebBrowserVirusTotalPage()
     return page

eric ide

mercurial