From 316dec1c038d3880c12c2bef34408ff3c11a275e Mon Sep 17 00:00:00 2001 From: Lucian Branescu Mihaila Date: Thu, 24 Jun 2010 12:08:38 +0000 Subject: Fix various things. --- (limited to 'webtoolbar.py') 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() -- cgit v0.9.1