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 21:05:14 (GMT)
committer Lucian Branescu Mihaila <lucian.branescu@gmail.com>2010-07-13 21:05:14 (GMT)
commitd36c76586fe5eb6cc0b778e3a247ed4e5e259da1 (patch)
treef60006ad0cea81e7afe57b75f5aab0e52d4cb6a0 /webtoolbar.py
parente7eb85615b416300191d9c52d5bafc65c619bc78 (diff)
Make sure something gets loaded when broase loads from journal.
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 5f0907d..bf52e3d 100644
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -332,7 +332,6 @@ 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):