* src/FamlyView.py: enable menu buttons, siblings

* src/PageView.py: move home function into this class
* src/PersonView.py: move home function out of this class


svn: r5669
This commit is contained in:
Don Allingham
2006-01-04 18:56:06 +00:00
parent 2af34cfb23
commit 57706e08f6
4 changed files with 169 additions and 43 deletions

View File

@ -162,6 +162,9 @@ class PersonNavView(PageView):
('Back',gtk.STOCK_GO_BACK,"_Back", None, None, self.back_clicked)
])
self.add_action('HomePerson', gtk.STOCK_HOME, "_Home",
callback=self.home)
self.add_action_group(self.back_action)
self.add_action_group(self.fwd_action)