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-06-24 12:08:38 (GMT)
committer Lucian Branescu Mihaila <lucian.branescu@gmail.com>2010-06-24 12:08:38 (GMT)
commit316dec1c038d3880c12c2bef34408ff3c11a275e (patch)
tree7cad25f0ea186dfa923bb0603680e87e84a7e9d0 /webtoolbar.py
parent792c135e9aee821bf22640649228d3e5d035f568 (diff)
Fix various things.
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 a241f6b..fa27a63 100644
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -406,6 +406,7 @@ class PrimaryToolbar(ToolbarBox):
self._stop_and_reload.set_tooltip(_('Reload'))
def _reload_session_history(self, current_page_index=None):
+ #TODO rewrite
browser = self._tabbed_view.props.current_browser
history = browser.get_back_forward_list()