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:
authorDan Winship <dwinship@redhat.com>2007-08-24 14:28:33 (GMT)
committer Dan Winship <dwinship@redhat.com>2007-08-24 14:28:33 (GMT)
commitebe2b4765e4c17327dc00c4d38ec0c3fc5a468a5 (patch)
tree007e24f8d09b64928b7a7aa2700d8c0f501bf30e /shell/view/home/HomeBox.py
parentc25861bd1dc041c63d9bb9268e5394e28c1d7217 (diff)
Fix up the activity ring drawing to be more accurate and stable. #2030
TODO: move some of this code into shell/model rather than shell/view
Diffstat (limited to 'shell/view/home/HomeBox.py')
-rw-r--r--shell/view/home/HomeBox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/home/HomeBox.py b/shell/view/home/HomeBox.py
index f340c1a..869c9d0 100644
--- a/shell/view/home/HomeBox.py
+++ b/shell/view/home/HomeBox.py
@@ -122,7 +122,7 @@ class HomeBox(hippo.CanvasBox, hippo.CanvasItem):
self._redraw_id = None
def _redraw_activity_ring(self):
- self._donut.emit_request_changed()
+ self._donut.redraw()
return True
def has_activities(self):