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

@@ -102,8 +102,8 @@ class AncestorReport:
N = person.getPrimaryName().getName()
b = person.getBirth().getDate()
d = person.getDeath().getDate()
B = person.getBirth().getPlace().get_title()
D = person.getDeath().getPlace().get_title()
B = person.getBirth().getPlaceName()
D = person.getDeath().getPlaceName()
i = "%s" % person.getId()
A = Config.attr_name
a = ""