Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/home/MyIcon.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-08-16 10:51:33 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-08-16 10:51:33 (GMT)
commite95e786432cd4385cf6dd86bec2d21538d0ffff5 (patch)
tree198464061c2cce21a47518a942d506d5252d75a5 /shell/view/home/MyIcon.py
parent8d9383c48e219cb9806f0c4c2e2d1b0600eb5227 (diff)
Adapt to icon name changes
Diffstat (limited to 'shell/view/home/MyIcon.py')
-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 2168b0b..f4013b9 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:stock-buddy',
+ icon_name='theme:xo',
xo_color=profile.get_color())