* src/ImageSelect.py: handle new file chooser

svn: r3133
This commit is contained in:
Don Allingham
2004-05-06 04:26:47 +00:00
parent a432f34e8f
commit 1e9a1fc2cc
5 changed files with 48 additions and 160 deletions

View File

@@ -977,6 +977,7 @@ class GedcomParser:
oref = RelLib.MediaRef()
oref.set_reference_id(photo.get_id())
self.person.add_media_reference(oref)
self.db.commit_person(self.person)
def parse_family_object(self,level):
form = ""