From 6bf8a734cf9d1c6e7521d1290e7f4b6adfea75d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Wed, 4 Jun 2014 12:13:27 +0200 Subject: [PATCH] 7678: typo, missing self argument on fallback for personpos_at_angle() --- gramps/gui/widgets/fanchart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gui/widgets/fanchart.py b/gramps/gui/widgets/fanchart.py index 972990e04..5f18491a6 100644 --- a/gramps/gui/widgets/fanchart.py +++ b/gramps/gui/widgets/fanchart.py @@ -802,7 +802,7 @@ class FanChartBaseWidget(Gtk.DrawingArea): """ return TYPE_BOX_NORMAL - def personpos_at_angle(generation, angledeg, btype): + def personpos_at_angle(self, generation, angledeg, btype): """ returns the person in generation generation at angle of type btype. """