Updated configure script to check for gnome support in libglade, Fixed place names

svn: r383
This commit is contained in:
Don Allingham
2001-09-03 17:45:04 +00:00
parent 49c4ea8c7d
commit cb4a875454
12 changed files with 133 additions and 28 deletions

View File

@@ -348,7 +348,7 @@ def print_event(html,name,event):
return
date = event.getDate()
place = event.getPlace().get_title()
place = event.getPlaceName()
if date != "" or place != "":
html.write("<H2>%s</H2>\n" % name)
@@ -465,7 +465,7 @@ def dump_person(person,prefix,templateTop,templateBottom,targetDir):
marriage = family.getMarriage()
if marriage and not alive and not spouse_alive:
place = marriage.getPlace().get_title()
place = marriage.getPlaceName()
date = marriage.getDate()
if place:
txt = _("Marriage place")