Typo
svn: r8729
This commit is contained in:
parent
fad630919a
commit
b844387775
@ -1867,7 +1867,7 @@ class GrampsParser(UpdateCallback):
|
|||||||
note.handle = Utils.create_id()
|
note.handle = Utils.create_id()
|
||||||
note.private = self.source_ref.private
|
note.private = self.source_ref.private
|
||||||
note.set(text)
|
note.set(text)
|
||||||
note.type = RelLib.NoteType.SOURCE_TEXT
|
note.type.set(RelLib.NoteType.SOURCE_TEXT)
|
||||||
self.db.add_note(note,self.trans)
|
self.db.add_note(note,self.trans)
|
||||||
self.source_ref.add_note(note.handle)
|
self.source_ref.add_note(note.handle)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user