Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/objectchooser.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-08-26 18:44:51 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-08-26 18:44:51 (GMT)
commit405dafc90850807bb478e3a00a031e07f602f0ff (patch)
tree6d391c79874cc0a57c7980f087e04141b6dcda4c /sugar/graphics/objectchooser.py
parentcf7ff39c5ad7750f71baeded213f04a89470e658 (diff)
Adapt to changes in the icon API.
Diffstat (limited to 'sugar/graphics/objectchooser.py')
-rw-r--r--sugar/graphics/objectchooser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/graphics/objectchooser.py b/sugar/graphics/objectchooser.py
index 56a5a31..4128cf3 100644
--- a/sugar/graphics/objectchooser.py
+++ b/sugar/graphics/objectchooser.py
@@ -150,7 +150,7 @@ class CollapsedEntry(CanvasRoundBox):
self._icon_name = type.icon
if not self._icon_name:
- self._icon_name = 'theme:image-missing'
+ self._icon_name = 'image-missing'
return self._icon_name