Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view
diff options
context:
space:
mode:
Diffstat (limited to 'shell/view')
-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 d2e41f7..4b2fcd0 100644
--- a/shell/view/pulsingicon.py
+++ b/shell/view/pulsingicon.py
@@ -73,7 +73,7 @@ class PulsingIcon(CanvasIcon):
def _start(self):
if self._pulse_sid == 0:
self._pulse_sid = gobject.timeout_add(
- self._pulse_time * 1000, self._pulse_timeout)
+ int(self._pulse_time * 1000), self._pulse_timeout)
def _stop(self):
if self._pulse_sid: