WebBrowser/Download/DownloadManager.py

branch
QtWebEngine
changeset 4788
7076adec8ddd
parent 4772
db71b47b663e
child 4917
682750cc7bd5
diff -r 2a19edf4db14 -r 7076adec8ddd WebBrowser/Download/DownloadManager.py
--- a/WebBrowser/Download/DownloadManager.py	Sun Feb 28 18:49:24 2016 +0100
+++ b/WebBrowser/Download/DownloadManager.py	Sun Feb 28 20:07:41 2016 +0100
@@ -286,7 +286,7 @@
             return
         
         from WebBrowser.WebBrowserWindow import WebBrowserWindow
-        if WebBrowserWindow.mainWindow().isPrivate():
+        if WebBrowserWindow.isPrivate():
             return
         
         downloads = []

eric ide

mercurial