Final updates for 0.7.3 - translations and pychecker fixes
svn: r974
This commit is contained in:
@@ -144,7 +144,7 @@ class EventComparison:
|
||||
if len(plist) == 0:
|
||||
gnome.ui.GnomeWarningDialog(_("No matches were found"))
|
||||
else:
|
||||
DisplayChart(p_list)
|
||||
DisplayChart(plist)
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user