Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-08-28 19:15:47 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-08-28 19:15:47 (GMT)
commite97c11f76559977c0a48a1598e8760cd215b3d76 (patch)
tree785d191854e32acef0fc6c9bd20641f083d00e51 /shell
parentf0e773db3802e7d3f543b005a4a8608808e2a1da (diff)
Some more icon fixes.
Diffstat (limited to 'shell')
-rw-r--r--shell/view/pulsingicon.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/view/pulsingicon.py b/shell/view/pulsingicon.py
index 9e7b3d9..2e55982 100644
--- a/shell/view/pulsingicon.py
+++ b/shell/view/pulsingicon.py
@@ -66,8 +66,8 @@ class PulsingIcon(CanvasIcon):
return self._colors
def _update_colors(self):
- self.props.stroke_color = self._colors[self._pos][0]
- self.props.fill_color = self._colors[self._pos][1]
+ self.props.stroke_color = self._colors[self._pos][0].get_html()
+ self.props.fill_color = self._colors[self._pos][1].get_html()
def _pulse_timeout(self):
if self._colors: