* src/EditPerson.py: Fixed typo
svn: r2340
This commit is contained in:
parent
ad8d05ff12
commit
2adcb8b8c7
@ -270,7 +270,7 @@ class EditPerson:
|
||||
if GrampsCfg.uselds \
|
||||
or (not self.lds_baptism.isEmpty()) \
|
||||
or (not self.lds_endowment.isEmpty()) \
|
||||
or (not self._sealing.isEmpty()):
|
||||
or (not self.lds_sealing.isEmpty()):
|
||||
self.get_widget("lds_tab").show()
|
||||
self.get_widget("lds_page").show()
|
||||
if (not self.lds_baptism.isEmpty()) \
|
||||
|
Loading…
Reference in New Issue
Block a user