Sat, 30 Jun 2018 15:30:43 +0200
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