2006-05-13 Don Allingham <don@gramps-project.org>
* src/DataViews/_FamilyView.py (FamilyView.redraw): handle history svn: r6648
This commit is contained in:
parent
ca1a316f66
commit
9af1446b7f
@ -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.
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user