Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/home/HomeBox.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-23 12:09:33 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-23 12:09:33 (GMT)
commitcb0d75eb59da59ff505794d6a1bddb484b4b2e88 (patch)
treef811cc494c80532e37616d58e158bfecdfb5f04b /shell/view/home/HomeBox.py
parentb8792c5c32561ca4d617e4e359d031f0f6128af0 (diff)
Rename IconColor to XoColor.
Diffstat (limited to 'shell/view/home/HomeBox.py')
-rw-r--r--shell/view/home/HomeBox.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/view/home/HomeBox.py b/shell/view/home/HomeBox.py
index c6c0f88..0d5f999 100644
--- a/shell/view/home/HomeBox.py
+++ b/shell/view/home/HomeBox.py
@@ -19,7 +19,7 @@ import math
import hippo
from sugar.graphics import units
-from sugar.graphics.iconcolor import IconColor
+from sugar.graphics.xocolor import XoColor
from view.home.activitiesdonut import ActivitiesDonut
from view.devices import deviceview
@@ -59,7 +59,7 @@ class HomeBox(hippo.CanvasBox, hippo.CanvasItem):
if self._donut:
self.remove(self._donut)
self._donut = None
- self._my_icon.props.color = IconColor('insensitive')
+ self._my_icon.props.color = XoColor('insensitive')
def do_allocate(self, width, height, origin_changed):
hippo.CanvasBox.do_allocate(self, width, height, origin_changed)