From d5826d19347f44aaafa37dbc9afcae3a8888c951 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 29 Mar 2007 14:41:41 -0400 Subject: [PATCH] fix typo --- 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 4b2fcd0d..2bd48773 100644 --- a/shell/view/pulsingicon.py +++ b/shell/view/pulsingicon.py @@ -28,7 +28,7 @@ class PulsingIcon(CanvasIcon): } def __init__(self, **kwargs): - self._puls_time = 0.0 + self._pulse_time = 0.0 self._colors = None self._pulse_sid = 0 self._pos = 0