2007-01-25 Don Allingham <don@gramps-project.org>
* src/DataViews/_MediaView.py: fix goto-gramps-id key press * src/DataViews/_RepositoryView.py: fix goto-gramps-id key press * src/DataViews/_SourceView.py: fix goto-gramps-id key press * src/DataViews/_EventView.py: fix goto-gramps-id key press * src/DataViews/_FamilyList.py: fix goto-gramps-id key press * src/DataViews/_PedigreeView.py: fix goto-gramps-id key press * src/DataViews/_PlaceView.py: fix goto-gramps-id key press * src/DataViews/_PersonView.py: fix goto-gramps-id key press * src/DataViews/_RelationView.py: fix goto-gramps-id key press * src/ViewManager.py: fix goto-gramps-id key press * src/PageView.py: fix goto-gramps-id key press svn: r7984
This commit is contained in:
@ -455,6 +455,10 @@ class PedigreeView(PageView.PersonNavView):
|
||||
def __init__(self,dbstate,uistate):
|
||||
PageView.PersonNavView.__init__(self, _('Pedigree'), dbstate, uistate)
|
||||
|
||||
self.func_list = {
|
||||
'<CONTROL>J' : self.jump,
|
||||
}
|
||||
|
||||
self.dbstate = dbstate
|
||||
self.dbstate.connect('database-changed',self.change_db)
|
||||
#self.dbstate.connect('active-changed',self.goto_active_person)
|
||||
|
Reference in New Issue
Block a user