Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
diff options
context:
space:
mode:
authorLucian Branescu Mihaila <lucian.branescu@gmail.com>2010-07-13 20:27:19 (GMT)
committer Lucian Branescu Mihaila <lucian.branescu@gmail.com>2010-07-13 20:27:19 (GMT)
commite7eb85615b416300191d9c52d5bafc65c619bc78 (patch)
tree7ba93653a811fe2dbee474af004bb0437bde4011 /webtoolbar.py
parent2fd94accab0cd7276d6b47b93bc024aae53c9237 (diff)
Speculative fixes for loading from journal and loading progress. Not tested yet.
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):