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 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()