Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/model/MeshModel.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/model/MeshModel.py')
-rw-r--r--shell/model/MeshModel.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/model/MeshModel.py b/shell/model/MeshModel.py
index 6c9f883..bb3c223 100644
--- a/shell/model/MeshModel.py
+++ b/shell/model/MeshModel.py
@@ -16,7 +16,7 @@
import gobject
-from sugar.graphics.iconcolor import IconColor
+from sugar.graphics.xocolor import XoColor
from sugar.presence import PresenceService
from sugar.activity import bundleregistry
from model.BuddyModel import BuddyModel
@@ -34,7 +34,7 @@ class ActivityModel:
return self._bundle.get_icon()
def get_color(self):
- return IconColor(self._activity.get_color())
+ return XoColor(self._activity.get_color())
def get_service(self):
return self._service