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:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-06-01 11:38:34 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-01 11:38:34 (GMT)
commitb1a62c2fc09e7ea35b06e2e46ffabb3ba53f572e (patch)
treedbb9492fd5cb0e8a884de1a96396649ca09a1a7b /shell/view/home/activitiesdonut.py
parent2f6790105df59090abefff8047aa412d659d5cfb (diff)
Refactor part of the Home model. Should be much
cleaner and reliable. If you find bugs with it please let me know.
Diffstat (limited to 'shell/view/home/activitiesdonut.py')
-rw-r--r--shell/view/home/activitiesdonut.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/view/home/activitiesdonut.py b/shell/view/home/activitiesdonut.py
index 2c11381..57ceb45 100644
--- a/shell/view/home/activitiesdonut.py
+++ b/shell/view/home/activitiesdonut.py
@@ -66,7 +66,6 @@ class ActivityIcon(CanvasIcon):
self._start_pulsing()
def _launching_changed_cb(self, activity, pspec):
- print activity.props.launching
if activity.props.launching:
self._start_pulsing()
else:
@@ -163,7 +162,7 @@ class ActivitiesDonut(hippo.CanvasBox, hippo.CanvasItem):
return
icon = self._activities[act_id]
self.remove(icon)
- icon.cleanup()
+ icon._cleanup()
del self._activities[act_id]
def _add_activity(self, activity):