* example/gedcom/sample.ged: Correct object format tags.
svn: r4649
This commit is contained in:
parent
ace6a1ec0b
commit
38fead2e4f
@ -19,10 +19,10 @@
|
||||
referred MediaObject.
|
||||
* src/MediaView.py (on_drag_drop): Remove drag_get_data() call
|
||||
as it was calling extraneous 'drag-data-received' signal.
|
||||
* src/gramps_main.py (read_file): Remove set_resizable() calls.
|
||||
* src/ReadGedcom.py (parse_person_object,parse_family_object):
|
||||
Always add media references/objects, even if the files are not found
|
||||
(keep the warnings); set the note for the media references.
|
||||
* example/gedcom/sample.ged: Correct object format tags.
|
||||
|
||||
2005-05-19 Don Allingham <don@gramps-project.org>
|
||||
* src/DisplayModels.py: remove place column
|
||||
|
@ -60,7 +60,7 @@
|
||||
1 SEX M
|
||||
1 TITL Grand Poobah
|
||||
1 OBJE
|
||||
2 FROM jpeg
|
||||
2 FORM jpeg
|
||||
2 FILE foo/O0.jpg
|
||||
1 BIRT Edwin Michael Smith's Birth event
|
||||
2 DATE 24 MAY 1961
|
||||
@ -88,7 +88,7 @@
|
||||
2 SOUR @S1601@
|
||||
1 SEX F
|
||||
1 OBJE
|
||||
2 FROM jpeg
|
||||
2 FORM jpeg
|
||||
2 FILE foo/O0.jpg
|
||||
1 BIRT
|
||||
2 DATE 22 NOV 1933
|
||||
|
Loading…
x
Reference in New Issue
Block a user