Final updates for 0.7.3 - translations and pychecker fixes

svn: r974
This commit is contained in:
Don Allingham
2002-05-07 02:10:13 +00:00
parent 8cde71f913
commit 446c67bb64
13 changed files with 2798 additions and 1963 deletions

View File

@@ -144,7 +144,7 @@ class EventComparison:
if len(plist) == 0:
gnome.ui.GnomeWarningDialog(_("No matches were found"))
else:
DisplayChart(p_list)
DisplayChart(plist)
#------------------------------------------------------------------------
#

View File

@@ -1029,6 +1029,7 @@ class GedcomParser:
elif matches[1] == "FAMC":
ord.setFamily(self.db.findFamily(matches[2],self.fmap))
elif matches[1] == "PLAC":
val = matches[2]
if self.placemap.has_key(val):
place = self.placemap[val]
else: