* src/EditPerson.py: Fixed typo

svn: r2340
This commit is contained in:
Don Allingham 2003-11-14 22:50:03 +00:00
parent ad8d05ff12
commit 2adcb8b8c7

View File

@ -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()) \