Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
diff options
context:
space:
mode:
authorSascha Silbe <silbe@activitycentral.com>2011-05-21 12:57:54 (GMT)
committer Sascha Silbe <silbe@activitycentral.com>2011-05-21 12:59:16 (GMT)
commit31b85d8286f830216d2c9ac0b88c049b0c3d8743 (patch)
tree3963b01ecca7ad70494556c673ea2b88bbc2c6a8 /webtoolbar.py
parente7a13f81d9af8ca46583ed5581d361985851e181 (diff)
Remove unnecessary and incorrect self._activity.load_homepage() invocation
Looks like a left-over. Caused the following Traceback: Traceback (most recent call last): File "[...]/Browse.activity/webtoolbar.py", line 413, in _go_home_cb self._activity.load_homepage() AttributeError: 'WebActivity' object has no attribute 'load_homepage' Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
Diffstat (limited to 'webtoolbar.py')
-rw-r--r--webtoolbar.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/webtoolbar.py b/webtoolbar.py
index 1ae8cd9..937136c 100644
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -410,7 +410,6 @@ class PrimaryToolbar(ToolbarBox):
def _go_home_cb(self, button):
self.emit('go-home')
- self._activity.load_homepage()
def _go_back_cb(self, button):
browser = self._tabbed_view.props.current_browser