Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-03-26 14:38:19 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-26 14:38:19 (GMT)
commit0896b90fd426855b4002888e2767274f97051923 (patch)
tree71f41cebb20df23cfc62ddb8805f5f0005146dfa /shell
parentb5e4aa43a9ea13bf21324cacb8f9e6d7ea772806 (diff)
Fix function signature
Diffstat (limited to 'shell')
-rw-r--r--shell/view/pulsingicon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/pulsingicon.py b/shell/view/pulsingicon.py
index d5eca19..035301f 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