From 9e38800c97ff5b5cfc84380136998320c4a7f7a9 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sun, 26 May 2013 18:39:50 +0000 Subject: [PATCH] 6769: gramps crash for ancestor chart report svn: r22421 --- gramps/plugins/lib/libtreebase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/lib/libtreebase.py b/gramps/plugins/lib/libtreebase.py index 783ad7419..52877f43b 100644 --- a/gramps/plugins/lib/libtreebase.py +++ b/gramps/plugins/lib/libtreebase.py @@ -489,7 +489,7 @@ class Canvas(Page): if len(x_page_offsets) > 1: if self.title.mark_text and not self.title.text: self.title.width = self.doc.get_usable_width() - self.__pages[0, 0].add_box(self.title) + self.__pages[self.__pages.keys()[0]].add_box(self.title) return title_list = self.title.text.split(" ") title_font = self.__get_font(self.title)