From 0be00be4d95e65d5b6dae8135b9e6cc7e4946b92 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Wed, 28 Dec 2016 20:17:15 -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 ac796751a..2b8956432 100644 --- a/gramps/plugins/drawreport/ancestortree.py +++ b/gramps/plugins/drawreport/ancestortree.py @@ -144,11 +144,11 @@ class CalcItems(object): __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._nd) + display_repl = __gui.get_val("replace_list") + self.__calc_l = CalcLines(dbase, display_repl, __gui._locale, __gui._nd) self.__blank_father = None self.__blank_mother = None