Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/model/BuddyModel.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/model/BuddyModel.py
parentb8792c5c32561ca4d617e4e359d031f0f6128af0 (diff)
Rename IconColor to XoColor.
Diffstat (limited to 'shell/model/BuddyModel.py')
-rw-r--r--shell/model/BuddyModel.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/model/BuddyModel.py b/shell/model/BuddyModel.py
index 8e175e7..9f1ad7f 100644
--- a/shell/model/BuddyModel.py
+++ b/shell/model/BuddyModel.py
@@ -15,7 +15,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
from sugar.presence import PresenceService
-from sugar.graphics.iconcolor import IconColor
+from sugar.graphics.xocolor import XoColor
import gobject
_NOT_PRESENT_COLOR = "#888888,#BBBBBB"
@@ -67,7 +67,7 @@ class BuddyModel(gobject.GObject):
self.__set_color_from_string(_NOT_PRESENT_COLOR)
def __set_color_from_string(self, color_string):
- self._color = IconColor(color_string)
+ self._color = XoColor(color_string)
def get_name(self):
return self._name