From c1ce688e9c89b0199933f3e6efdaa627764b03d2 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 27 Apr 2008 12:07:47 +0000 Subject: [PATCH] 0002118: No URLs in pdf/dot version of the relationship graph report, revised svn: r10644 --- 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 8b765000c..444ad885a 100644 --- a/src/plugins/GVRelGraph.py +++ b/src/plugins/GVRelGraph.py @@ -252,7 +252,7 @@ class RelGraphReport(Report): elif self.colorize == 'filled': fill = self.colors['family'] style = "filled" - self.doc.add_node(fam_id,label,"ellipse",color,style,fill,url) + self.doc.add_node(fam_id,label,"ellipse",color,style,fill) # Link this person to all his/her families. self.doc.add_link( fam_id, p_id, "", self.arrowheadstyle, self.arrowtailstyle )