2006-05-13 Don Allingham <don@gramps-project.org>

* src/DataViews/_FamilyView.py (FamilyView.redraw): handle history



svn: r6648
This commit is contained in:
Don Allingham 2006-05-14 02:37:15 +00:00
parent ca1a316f66
commit 9af1446b7f
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2006-05-13 Don Allingham <don@gramps-project.org>
* src/DataViews/_FamilyView.py (FamilyView.redraw): handle history
2006-05-13 Alex Roitman <shura@gramps-project.org>
* src/ViewManager.py (show_url): Set up link handler.
* src/plugins/CmdRef.py (CmdRef.write_ref): Change the module name.

View File

@ -264,6 +264,7 @@ class FamilyView(PageView.PersonNavView):
def redraw(self, *obj):
if self.dbstate.active:
self.handle_history(self.dbstate.active.handle)
self.change_person(self.dbstate.active.handle)
def change_person(self, obj):