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-03-16 10:53:22 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-03-16 10:53:22 (GMT)
commite8a21bf6a03dd70524ada386a105f8260e994a15 (patch)
tree6ae81c498ae41d88bfe70c70d893208332496954 /shell
parent71b0a5dc56aa3884af1c25043230143696bb74ec (diff)
Use color.HTMLColor instead of the color string.
Diffstat (limited to 'shell')
-rw-r--r--shell/view/home/MeshBox.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/view/home/MeshBox.py b/shell/view/home/MeshBox.py
index 6af48d6..b6a6d85 100644
--- a/shell/view/home/MeshBox.py
+++ b/shell/view/home/MeshBox.py
@@ -55,7 +55,9 @@ class AccessPointView(PulsingIcon):
self.props.colors = [
[ None, None ],
- [ self._inactive_stroke_color, self._inactive_fill_color ]
+ [ color.HTMLColor(self._inactive_stroke_color),
+ color.HTMLColor(self._inactive_fill_color)
+ ]
]
self._update_icon()