From 528bb4683e9dee29cd3cec1dd9915b9eb0c77f30 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sun, 3 Jun 2001 18:20:24 +0000 Subject: [PATCH] Changed getSource to getSourceRef, missed on upgrade to new source interface svn: r80 --- src/plugins/WriteGedcom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/WriteGedcom.py b/src/plugins/WriteGedcom.py index 8e9c29834..4f95c18a4 100644 --- a/src/plugins/WriteGedcom.py +++ b/src/plugins/WriteGedcom.py @@ -329,7 +329,7 @@ def dump_event_stats(g,event): g.write("2 DATE %s\n" % latin_to_ansel(event.getSaveDate())) if event.getPlace() != "": g.write("2 PLAC %s\n" % latin_to_ansel(event.getPlace())) - source = event.getSource() + source = event.getSourceRef() if source: base = source.getBase() if base: