From 1e920e9b0b3afc53a7fb70d16d1b7643e9d3cb13 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 27 Apr 2008 13:04:54 +0000 Subject: [PATCH] 0002118: No URLs in pdf/dot version of the relationship graph report svn: r10645 --- src/plugins/GVRelGraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/GVRelGraph.py b/src/plugins/GVRelGraph.py index 57773134c..0f6a6470a 100644 --- a/src/plugins/GVRelGraph.py +++ b/src/plugins/GVRelGraph.py @@ -225,7 +225,7 @@ class RelGraphReport(Report): dirpath = dirpath.lower() url = "%s/%s.html" % (dirpath, h) - self.doc.add_node(p_id,label,shape,color,style,fill) + self.doc.add_node(p_id,label,shape,color,style,fill,url) # Output families where person is a parent if self.show_families: