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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/webtoolbar.py b/webtoolbar.py
index bf52e3d..5f0907d 100644
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -332,6 +332,7 @@ class PrimaryToolbar(ToolbarBox):
def __loading_finished_cb(self, frame, user_data):
self._set_loading(False)
+ self._set_progress(1.0)
self._update_navigation_buttons()
def __progress_changed_cb(self, browser, progress):