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:
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 80e3a04..94d919c 100644
--- a/shell/view/home/MyIcon.py
+++ b/shell/view/home/MyIcon.py
@@ -19,5 +19,5 @@ from sugar import profile
class MyIcon(CanvasIcon):
def __init__(self):
- CanvasIcon.__init__(self, icon_name='stock-buddy',
+ CanvasIcon.__init__(self, icon_name='theme:stock-buddy',
color=profile.get_color())