From 2adcb8b8c7f4b215aebae2bb0933c720efcf2699 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Fri, 14 Nov 2003 22:50:03 +0000 Subject: [PATCH] * src/EditPerson.py: Fixed typo svn: r2340 --- src/EditPerson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EditPerson.py b/src/EditPerson.py index e39d20004..27471b124 100644 --- a/src/EditPerson.py +++ b/src/EditPerson.py @@ -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()) \