Adapt to icon name changes

This commit is contained in:
Marco Pesenti Gritti
2007-08-16 12:51:33 +02:00
parent 8d9383c48e
commit e95e786432
10 changed files with 13 additions and 13 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:stock-buddy')
icon_name='theme:xo')
self._set_random_colors()
self._xo.connect('activated', self._xo_activated_cb)
self.append(self._xo)