2006-05-13 Don Allingham <don@gramps-project.org>
* src/DataViews/_FamilyView.py (FamilyView.redraw): handle history svn: r6648
This commit is contained in:
@@ -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>
|
2006-05-13 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/ViewManager.py (show_url): Set up link handler.
|
* src/ViewManager.py (show_url): Set up link handler.
|
||||||
* src/plugins/CmdRef.py (CmdRef.write_ref): Change the module name.
|
* src/plugins/CmdRef.py (CmdRef.write_ref): Change the module name.
|
||||||
|
@@ -264,6 +264,7 @@ class FamilyView(PageView.PersonNavView):
|
|||||||
|
|
||||||
def redraw(self, *obj):
|
def redraw(self, *obj):
|
||||||
if self.dbstate.active:
|
if self.dbstate.active:
|
||||||
|
self.handle_history(self.dbstate.active.handle)
|
||||||
self.change_person(self.dbstate.active.handle)
|
self.change_person(self.dbstate.active.handle)
|
||||||
|
|
||||||
def change_person(self, obj):
|
def change_person(self, obj):
|
||||||
|
Reference in New Issue
Block a user