Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdfviewer.py
diff options
context:
space:
mode:
Diffstat (limited to 'pdfviewer.py')
-rw-r--r--pdfviewer.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pdfviewer.py b/pdfviewer.py
index c7e2452..ef6a6ea 100644
--- a/pdfviewer.py
+++ b/pdfviewer.py
@@ -366,7 +366,6 @@ class PDFTabPage(Gtk.HBox):
def __download_progress_cb(self, download, data):
progress = download.get_progress()
- self._browser.props.load_status = WebKit.LoadStatus.PROVISIONAL
self._browser.props.progress = progress
def __download_status_cb(self, download, data):