* src/EditPerson.py: add srcref as a drag and drop item

* src/EditPlace.py: add srcref as a drag and drop item
* src/Marriage.py: add srcref as a drag and drop item
* src/WriteGedcom.py: catch empty event
* src/Sources.py: add drag-n-drop for source references


svn: r4147
This commit is contained in:
Don Allingham
2005-03-09 22:59:24 +00:00
parent a5c857809f
commit e21dac81bf
6 changed files with 77 additions and 22 deletions

View File

@@ -693,7 +693,7 @@ class GedcomWriter:
for event_handle in family.get_event_list():
event = self.db.get_event_from_handle(event_handle)
if self.private and event.get_privacy():
if not event or self.private and event.get_privacy():
continue
name = event.get_name()
val = ""