Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
diff options
context:
space:
mode:
authorManuel Kaufmann <humitos@gmail.com>2012-10-31 00:35:06 (GMT)
committer Simon Schampijer <simon@laptop.org>2012-11-23 10:57:52 (GMT)
commit186e159a1da4f83e95358c3567e7b05aceb241fa (patch)
tree0598272f08c193110e95ed75e43acc6c6be8dfe7 /webtoolbar.py
parent843faffb867fb5212a2d0ce769083989d66d66b2 (diff)
Fix the reload button in the url entry, SL #4240
Call self._browser.reload() just if the entry does not have focus and the page is not loading. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Acked-by: Simon Schampijer <simon@laptop.org>
Diffstat (limited to 'webtoolbar.py')
-rw-r--r--webtoolbar.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/webtoolbar.py b/webtoolbar.py
index 2307231..3a0ec57 100644
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -461,7 +461,6 @@ class PrimaryToolbar(ToolbarBase):
not self._tabbed_view.is_current_page_pdf():
entry.set_text('')
else:
- self._browser.reload()
if self._loading:
self._browser.stop_loading()
else: