diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index f8a9e260a..db4b84d5a 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2005-11-22 Don Allingham + * src/ReadGedcom.py: Fix handling of CONT + 2005-11-22 Alex Roitman * src/plugins/DetDescendantReport.py (write_write_children): Properly check for henry number; (write_mate): omit children list. diff --git a/gramps2/src/ReadGedcom.py b/gramps2/src/ReadGedcom.py index a7838ab19..e5e9f9623 100644 --- a/gramps2/src/ReadGedcom.py +++ b/gramps2/src/ReadGedcom.py @@ -291,6 +291,7 @@ class NoteParser: match = contRE.match(line) if match: noteobj.append("\n" + match.groups()[0]) + continue match = concRE.match(line) if match: