Another merge fix

This commit is contained in:
Dan Williams 2006-07-07 11:49:56 -04:00
parent 3c5ebf424f
commit 86c3e9d1b0

View File

@ -55,7 +55,7 @@ class ActivityContainer(dbus.service.Object):
self.notebook.set_scrollable(True) self.notebook.set_scrollable(True)
tab_label = gtk.Label(_("Everyone")) 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.notebook.append_page(self._start_page, tab_label)
self._start_page.show() self._start_page.show()