Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/intro/colorpicker.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/intro/colorpicker.py')
-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 f7ab59c..d70d84c 100644
--- a/shell/intro/colorpicker.py
+++ b/shell/intro/colorpicker.py
@@ -26,7 +26,7 @@ class ColorPicker(hippo.CanvasBox, hippo.CanvasItem):
self.props.orientation = hippo.ORIENTATION_HORIZONTAL
self._xo = CanvasIcon(size=style.XLARGE_ICON_SIZE,
- icon_name='theme:stock-buddy')
+ icon_name='theme:xo')
self._set_random_colors()
self._xo.connect('activated', self._xo_activated_cb)
self.append(self._xo)