From 0896b90fd426855b4002888e2767274f97051923 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 26 Mar 2007 16:38:19 +0200 Subject: [PATCH] Fix function signature --- shell/view/pulsingicon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/view/pulsingicon.py b/shell/view/pulsingicon.py index d5eca199..035301f4 100644 --- a/shell/view/pulsingicon.py +++ b/shell/view/pulsingicon.py @@ -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