From c439e7609514d88a184560ef9cad15e7626e77ae Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Fri, 21 Apr 2006 19:11:36 +0000 Subject: [PATCH] Update svn: r6394 --- gramps2/src/GrampsDb/_ReadGedcom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps2/src/GrampsDb/_ReadGedcom.py b/gramps2/src/GrampsDb/_ReadGedcom.py index b0f4a57b7..2af85d305 100644 --- a/gramps2/src/GrampsDb/_ReadGedcom.py +++ b/gramps2/src/GrampsDb/_ReadGedcom.py @@ -1590,7 +1590,7 @@ class GedcomParser: name = val else: name = matches[2] - attr.set_name(name) + attr.set_type(name) elif matches[1] in (TOKEN_CAUS,TOKEN_DATE,TOKEN_TIME,TOKEN_ADDR, TOKEN_IGNORE,TOKEN_STAT,TOKEN_TEMP,TOKEN_OBJE): self.ignore_sub_junk(level+1)