* 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:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user