From f7e5266e384f50164e88edc9a682553bae810b97 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 2 May 2006 00:18:10 +0000 Subject: [PATCH] Update svn: r6508 --- src/GrampsDb/_ReadGedcom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GrampsDb/_ReadGedcom.py b/src/GrampsDb/_ReadGedcom.py index 273b9c864..d41b619e8 100644 --- a/src/GrampsDb/_ReadGedcom.py +++ b/src/GrampsDb/_ReadGedcom.py @@ -1207,7 +1207,7 @@ class GedcomParser: else: new_note = u"" else: - new_note = matches[2] + self.parse_continue_data(level) + new_note = matches[2] self.ignore_sub_junk(level+1) if old_note: note = u"%s\n%s" % (old_note,matches[2])