Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@sugarlabs.org>2010-10-22 13:28:55 (GMT)
committer Gonzalo Odiard <godiard@sugarlabs.org>2010-10-22 13:28:55 (GMT)
commit83d453637ebaa98d1604554dc413c88af0d9976f (patch)
treef2b543d60da049a6ac2cd8098314b0dec059bf24
parent71d141a3e9d1e6fd924e74523bc3492d3e1a6d18 (diff)
fix error in the last commit OLPC #10364 - Home Button in Browse
-rw-r--r--webtoolbar.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/webtoolbar.py b/webtoolbar.py
index 227e4ef..bd8e654 100644
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -340,7 +340,6 @@ class WebToolbar(gtk.Toolbar):
def _go_home_cb(self, button):
self.emit('go-home')
- self._activity.load_homepage()
def _title_changed_cb(self, embed, spec):
self._set_title(embed.props.title)