* src/GrampsDb/_GrampsDbWriteXML.py (dump_source_ref): Do not write stext tag.

* src/GrampsDbUtils/_ReadXML.py (GrampsParser.stop_stext): Import stext in sourceref as a note reference.

svn: r8722
This commit is contained in:
Alex Roitman
2007-07-17 02:37:33 +00:00
parent 2a41dbfd03
commit 93b256ee8b
4 changed files with 17 additions and 7 deletions

View File

@@ -67,7 +67,6 @@ class NoteType(GrampsType):
PERSONNAME = 20
# other common types
SOURCE_TEXT = 21 # this is used for verbatim source text in SourceRef
_CUSTOM = CUSTOM
_DEFAULT = GENERAL