From 6d1631dbfe7db5199f780f98db4992a14471e434 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sat, 31 Dec 2016 17:26:01 -0800 Subject: [PATCH] 9862: ancestor tree doesn't use replacements --- gramps/plugins/drawreport/ancestortree.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps/plugins/drawreport/ancestortree.py b/gramps/plugins/drawreport/ancestortree.py index 546ca7f22..35f9b0065 100644 --- a/gramps/plugins/drawreport/ancestortree.py +++ b/gramps/plugins/drawreport/ancestortree.py @@ -146,11 +146,11 @@ class CalcItems: _gui = GUIConnect() #calculate the printed lines for each box - #display_repl = [] #Not used in this report #str = "" #if self.get_val('miss_val'): # str = "_____" - self.__calc_l = CalcLines(dbase, [], _gui.locale, _gui.n_d) + display_repl = _gui.get_val("replace_list") + self.__calc_l = CalcLines(dbase, display_repl, _gui.locale, _gui.n_d) self.__blank_father = None self.__blank_mother = None