2006-10-15 Don Allingham <don@gramps-project.org>

* src/GrampsDb/_WriteGedcom.py: fix bad function call
	* src/glade/gramps.glade: consistent place name



svn: r7409
This commit is contained in:
Don Allingham 2006-10-16 03:57:15 +00:00
parent 5ead919447
commit 157e5a7154
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2006-10-15 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_WriteGedcom.py: fix bad function call
* src/glade/gramps.glade: consistent place name
2006-10-15 Brian Matherly <brian@gramps-project.org>
* src/plugins/FanChart.py: Fix name display for gen 6 and 7

View File

@ -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) \

View File

@ -1637,7 +1637,7 @@
<child>
<widget class="GtkLabel" id="label244">
<property name="visible">True</property>
<property name="label" translatable="yes">_Title:</property>
<property name="label" translatable="yes">Place Name:</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>