Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/home/activitiesdonut.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-07-15 10:51:06 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-07-15 10:51:06 (GMT)
commit501022c88d504a7f5a05796855263deede08e2b4 (patch)
tree0f58b2548e19b212bb78be3f1572eefd3cf37713 /shell/view/home/activitiesdonut.py
parent66ea9997cb46d0a42db3a6330e20db89b4421d79 (diff)
#775 Show the activity's creator colors in the donut. (Patch from Dan Winship)
Diffstat (limited to 'shell/view/home/activitiesdonut.py')
-rw-r--r--shell/view/home/activitiesdonut.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/home/activitiesdonut.py b/shell/view/home/activitiesdonut.py
index b0a1c09..3ddb285 100644
--- a/shell/view/home/activitiesdonut.py
+++ b/shell/view/home/activitiesdonut.py
@@ -47,7 +47,7 @@ class ActivityIcon(CanvasIcon):
def __init__(self, activity):
icon_name = activity.get_icon_name()
- self._orig_color = profile.get_color()
+ self._orig_color = activity.get_icon_color()
self._icon_colors = self._compute_icon_colors()
self._direction = 0