7678: typo, missing self argument on fallback for personpos_at_angle()

This commit is contained in:
Jérôme Rapinat
2014-06-04 12:14:48 +02:00
parent 3a3af67106
commit 666b4fd56e

View File

@ -801,7 +801,7 @@ class FanChartBaseWidget(Gtk.DrawingArea):
""" """
return TYPE_BOX_NORMAL 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. returns the person in generation generation at angle of type btype.
""" """