Fixed gedcom read/write for URL and RESI problems

svn: r429
This commit is contained in:
Don Allingham
2001-09-25 22:45:22 +00:00
parent b3415b663a
commit 91bfec54c0
2 changed files with 18 additions and 13 deletions

View File

@ -752,7 +752,9 @@ class GedcomParser:
self.barf(level+1)
if form == "url":
url = Url(file,title)
url = Url()
url.set_path(file)
url.set_description(title)
self.person.addUrl(url)
elif form in photo_types:
path = find_file(file,self.dir_path)