Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'webtoolbar.py')
-rw-r--r--webtoolbar.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/webtoolbar.py b/webtoolbar.py
index 6b95a8d..f3c5541 100644
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -515,8 +515,10 @@ class PrimaryToolbar(ToolbarBase):
self._show_stop_icon()
else:
if not self._tabbed_view.is_current_page_pdf():
+ self.set_sensitive(True)
self._show_reload_icon()
else:
+ self.set_sensitive(False)
self._show_no_icon()
def _reload_session_history(self):