* various: const to RelLib transitition.
svn: r4800
This commit is contained in:
@ -425,8 +425,8 @@ class PedigreeView:
|
||||
else:
|
||||
return
|
||||
if family_handle:
|
||||
mrel = m != const.CHILD_BIRTH
|
||||
frel = f != const.CHILD_BIRTH
|
||||
mrel = m != RelLib.Person.CHILD_BIRTH
|
||||
frel = f != RelLib.Person.CHILD_BIRTH
|
||||
|
||||
family = self.db.get_family_from_handle(family_handle)
|
||||
if family != None:
|
||||
|
Reference in New Issue
Block a user