svn: r8729
This commit is contained in:
Alex Roitman 2007-07-17 21:15:26 +00:00
parent fad630919a
commit b844387775

View File

@ -1867,7 +1867,7 @@ class GrampsParser(UpdateCallback):
note.handle = Utils.create_id()
note.private = self.source_ref.private
note.set(text)
note.type = RelLib.NoteType.SOURCE_TEXT
note.type.set(RelLib.NoteType.SOURCE_TEXT)
self.db.add_note(note,self.trans)
self.source_ref.add_note(note.handle)