From 157e5a7154f5d5bf1ab990b260231019e44c0852 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Mon, 16 Oct 2006 03:57:15 +0000 Subject: [PATCH] 2006-10-15 Don Allingham * src/GrampsDb/_WriteGedcom.py: fix bad function call * src/glade/gramps.glade: consistent place name svn: r7409 --- ChangeLog | 4 ++++ src/GrampsDb/_WriteGedcom.py | 2 +- src/glade/gramps.glade | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d31a2a4c..62aca259f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-15 Don Allingham + * src/GrampsDb/_WriteGedcom.py: fix bad function call + * src/glade/gramps.glade: consistent place name + 2006-10-15 Brian Matherly * src/plugins/FanChart.py: Fix name display for gen 6 and 7 diff --git a/src/GrampsDb/_WriteGedcom.py b/src/GrampsDb/_WriteGedcom.py index df800e269..31cf9cb1e 100644 --- a/src/GrampsDb/_WriteGedcom.py +++ b/src/GrampsDb/_WriteGedcom.py @@ -1120,7 +1120,7 @@ class GedcomWriter(UpdateCallback): self.writeln("1 FAMC @%s@" % family_id) if self.adopt == GedcomInfo.ADOPT_PEDI: # Go over all children of the family to find the ref - for child_ref in family.get_child_ref_list: + for child_ref in family.get_child_ref_list(): if child_ref.ref == person.handle: if (child_ref.frel == RelLib.ChildRef.CHILD_ADOPTED) \ diff --git a/src/glade/gramps.glade b/src/glade/gramps.glade index 5e8c23d5c..53748300a 100644 --- a/src/glade/gramps.glade +++ b/src/glade/gramps.glade @@ -1637,7 +1637,7 @@ True - _Title: + Place Name: True False GTK_JUSTIFY_CENTER