Renamed XO icon from xo to computer-xo.

This commit is contained in:
Tomeu Vizoso
2007-08-21 16:54:36 +02:00
parent 2be1cdbab3
commit 3df75e4c6e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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:xo')
icon_name='theme:computer-xo')
self._set_random_colors()
self._xo.connect('activated', self._xo_activated_cb)
self.append(self._xo)