Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-07-11 12:15:58 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-07-11 12:15:58 (GMT)
commitb01dbc5e75d36b04dc68ab48164cc98042869179 (patch)
tree507a684bc0d9f80c0176475bec5d162278ab249c /shell
parenta61d2c254282752e158b7820fe008ed696d1c9e2 (diff)
Integrate new colors from Walter.
Add a little parser to xocolor.py.
Diffstat (limited to 'shell')
-rw-r--r--shell/intro/colorpicker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/intro/colorpicker.py b/shell/intro/colorpicker.py
index 5a6c327..552ba7a 100644
--- a/shell/intro/colorpicker.py
+++ b/shell/intro/colorpicker.py
@@ -35,7 +35,7 @@ class ColorPicker(hippo.CanvasBox, hippo.CanvasItem):
self._set_random_colors()
def get_color(self):
- return self._xo_color.to_string()
+ return self._xo_color
def _set_random_colors(self):
self._xo_color = XoColor()