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:20:32 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-08-28 19:20:32 (GMT)
commit0dbb456a5aecffc2db52c1ce8b0ce3792b7893f0 (patch)
tree4c1d8e626ef48a3ff0c47194d0df022264446fe9 /shell
parente97c11f76559977c0a48a1598e8760cd215b3d76 (diff)
Revert "Some more icon fixes." Wrong fix.
This reverts commit e97c11f76559977c0a48a1598e8760cd215b3d76.
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 2e55982..9e7b3d9 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].get_html()
- self.props.fill_color = self._colors[self._pos][1].get_html()
+ self.props.stroke_color = self._colors[self._pos][0]
+ self.props.fill_color = self._colors[self._pos][1]
def _pulse_timeout(self):
if self._colors: