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

This commit is contained in:
Jérôme Rapinat
2014-06-04 12:13:27 +02:00
parent c8ab33fa27
commit 6bf8a734cf

View File

@@ -802,7 +802,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.
""" """