Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)