4190: Gedcom import: All my internet addresses are missing...
svn: r15797
This commit is contained in:
parent
777c929f88
commit
32f9ff1863
@ -5629,7 +5629,7 @@ class GedcomParser(UpdateCallback):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def build_media_object(self, obj, form, filename, title, note):
|
def build_media_object(self, obj, form, filename, title, note):
|
||||||
if form == "url":
|
if isinstance(form, basestring) and form.lower() == "url":
|
||||||
url = gen.lib.Url()
|
url = gen.lib.Url()
|
||||||
url.set_path(filename)
|
url.set_path(filename)
|
||||||
url.set_description(title)
|
url.set_description(title)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user