2006-07-23 Alex Roitman <shura@gramps-project.org>

* src/plugins/GraphViz.py (get_date_strings): Typo.



svn: r7065
This commit is contained in:
Alex Roitman 2006-07-24 05:33:55 +00:00
parent 6cc8dfa7d8
commit ebfd2748fb
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-07-23 Alex Roitman <shura@gramps-project.org>
* src/plugins/GraphViz.py (get_date_strings): Typo.
2006-07-23 Brian Matherly <brian@gramps-project.org>
* src/plugins/NarrativeWeb.py: fix bug for no surname (bug #265)

View File

@ -515,7 +515,7 @@ just use iconv:
birth = ''
death_ref = person.get_death_ref()
if death_ref:
death_event = self.database.get_event_from_handle(death_ref)
death_event = self.database.get_event_from_handle(death_ref.ref)
death = self.get_event_string(death_event)
else:
death = ''