WebBrowser/Download/DownloadManager.py

changeset 6735
31e263d49c04
parent 6645
ad476851d7e0
diff -r 1eaf6955acf5 -r 31e263d49c04 WebBrowser/Download/DownloadManager.py
--- a/WebBrowser/Download/DownloadManager.py	Wed Feb 13 18:51:15 2019 +0100
+++ b/WebBrowser/Download/DownloadManager.py	Wed Feb 13 18:59:31 2019 +0100
@@ -197,7 +197,7 @@
         
         if not page.url().isEmpty() and \
            page.url().host() == url.host():
-                return True
+            return True
         
         requestedUrl = page.requestedUrl()
         if requestedUrl.isEmpty():

eric ide

mercurial