Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/home
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-08-21 14:54:36 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-08-21 14:54:36 (GMT)
commit3df75e4c6e05ef6d4b5663b6f2755407264355f8 (patch)
tree32c6973dd7b5d5c5d05f1f1625508b78111fc7f9 /shell/view/home
parent2be1cdbab3dcb3a174385ed2b4f7a825343324de (diff)
Renamed XO icon from xo to computer-xo.
Diffstat (limited to 'shell/view/home')
-rw-r--r--shell/view/home/MyIcon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/home/MyIcon.py b/shell/view/home/MyIcon.py
index f4013b9..894bd83 100644
--- a/shell/view/home/MyIcon.py
+++ b/shell/view/home/MyIcon.py
@@ -20,5 +20,5 @@ from sugar import profile
class MyIcon(CanvasIcon):
def __init__(self, size):
CanvasIcon.__init__(self, size=size,
- icon_name='theme:xo',
+ icon_name='theme:computer-xo',
xo_color=profile.get_color())