Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-07-07 15:43:40 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-07-07 15:43:40 (GMT)
commit10054cd5052d56c130206f9a0625eb5b9b320515 (patch)
tree6734cdde633bf2d0f98f81a7c3ae430779e21bc5 /shell
parent3c5ebf424fd7c6126667a7bf0ece245971511b0b (diff)
Try to fix traceback dcbw commit introduced
Diffstat (limited to 'shell')
-rw-r--r--shell/ActivityContainer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ActivityContainer.py b/shell/ActivityContainer.py
index 85c954a..1e48b95 100644
--- a/shell/ActivityContainer.py
+++ b/shell/ActivityContainer.py
@@ -55,7 +55,7 @@ class ActivityContainer(dbus.service.Object):
self.notebook.set_scrollable(True)
tab_label = gtk.Label(_("Everyone"))
- self._start_page = StartPage(self._signal_helper)
+ self._start_page = StartPage(self, self._signal_helper)
self.notebook.append_page(self._start_page, tab_label)
self._start_page.show()