#5526 NORM Never A: Pulsing in the donut slows too much activity startup
Zarro Boogs per Child
bugtracker at laptop.org
Mon Dec 17 05:37:10 EST 2007
#5526: Pulsing in the donut slows too much activity startup
-------------------------------+--------------------------------------------
Reporter: tomeu | Owner: tomeu
Type: defect | Status: new
Priority: normal | Milestone: Never Assigned
Component: sugar | Version:
Keywords: Update.1? review? | Verified: 0
-------------------------------+--------------------------------------------
See #5228 for more details.
This patch decreases frequency to 5Hz.
{{{
diff --git a/shell/view/home/activitiesdonut.py
b/shell/view/home/activitiesdonut.py
index ebdf8be..8e09006 100755
--- a/shell/view/home/activitiesdonut.py
+++ b/shell/view/home/activitiesdonut.py
@@ -55,7 +55,7 @@ def html_to_rgb(html_color):
return (r, g, b)
class ActivityIcon(CanvasIcon):
- _INTERVAL = 100
+ _INTERVAL = 200
__gsignals__ = {
'resume': (gobject.SIGNAL_RUN_FIRST,
}}}
--
Ticket URL: <http://dev.laptop.org/ticket/5526>
One Laptop Per Child <http://dev.laptop.org>
OLPC bug tracking system
More information about the Bugs
mailing list