Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-06-20 16:39:23 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-06-20 16:39:23 (GMT)
commit7ec1d1dbbd3410672e82904e5c4509e227dbc37e (patch)
tree6aa6354b7bbf1cb095072d12e7a15b233a26af17 /webtoolbar.py
parent8527940d8c083f21debfaa76aa983e20ff93968b (diff)
parent7072ec5913ff6e1447666adf825c46edb0074a93 (diff)
Merge branch 'master' of git.sugarlabs.org:browse/mainline
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 8b0e108..6cb3ee7 100644
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -355,6 +355,7 @@ class PrimaryToolbar(ToolbarBase):
self._history = browser.history
self._session_history_changed_hid = self._history.connect(
'session-history-changed', self._session_history_changed_cb)
+ self._reload_session_history()
if self._browser is not None:
self._browser.disconnect(self._title_changed_hid)