4455: Gramps crashes when selecting Events due to PHON in GEDCOM
svn: r17162
This commit is contained in:
parent
112394b141
commit
82f955011f
@ -3125,6 +3125,7 @@ class GedcomParser(UpdateCallback):
|
||||
addr.set_street("Unknown")
|
||||
addr.set_phone(line.data)
|
||||
state.person.add_address(addr)
|
||||
self.__skip_subordinate_levels(state.level+1)
|
||||
|
||||
def __person_email(self, line, state):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user