From 4f3b178ed7ef7c37929cd021c9d707377f706c5c Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Mon, 24 Jul 2006 05:33:55 +0000 Subject: [PATCH] 2006-07-23 Alex Roitman * src/plugins/GraphViz.py (get_date_strings): Typo. svn: r7065 --- ChangeLog | 3 +++ src/plugins/GraphViz.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9a9b8ed88..144f67c2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2006-07-23 Alex Roitman + * src/plugins/GraphViz.py (get_date_strings): Typo. + 2006-07-23 Brian Matherly * src/plugins/NarrativeWeb.py: fix bug for no surname (bug #265) diff --git a/src/plugins/GraphViz.py b/src/plugins/GraphViz.py index 4ab5104eb..64550d01e 100644 --- a/src/plugins/GraphViz.py +++ b/src/plugins/GraphViz.py @@ -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 = ''