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:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-08-26 12:16:09 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-08-26 12:16:09 (GMT)
commit98157bbccb3756a7c45bd29df9eae284d23a0290 (patch)
tree14954a4fcba3fe581850425913d3748eef7d4d85 /shell/intro/colorpicker.py
parentf44c340b3a3d38dac49d50a8fa3a55871a973670 (diff)
Make CanvasIcon use IconBuffer. Change the API to use
a separate property for icon_name and file_name.
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 52b9687..90dbc26 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:computer-xo')
+ icon_name='computer-xo')
self._set_random_colors()
self._xo.connect('activated', self._xo_activated_cb)
self.append(self._xo)