Fix function signature

This commit is contained in:
Marco Pesenti Gritti 2007-03-26 16:38:19 +02:00
parent b5e4aa43a9
commit 0896b90fd4

View File

@ -48,7 +48,7 @@ class PulsingIcon(CanvasIcon):
self._pos = 0
def do_get_property(self, pspec):
CanvasIcon.do_get_property(self, pspec, value)
CanvasIcon.do_get_property(self, pspec)
if pspec.name == 'pulsing':
return self._pulsing