2006-07-23 Alex Roitman <shura@gramps-project.org>
* src/plugins/GraphViz.py (get_date_strings): Typo. svn: r7065
This commit is contained in:
parent
cbaf16999a
commit
4f3b178ed7
@ -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)
|
||||
|
||||
|
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user