From 807044c84bc42194b280a3d61d2733921455866b Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Wed, 19 Dec 2007 20:04:20 +0100 Subject: [PATCH] #5526 decrease the frequency of the activity icon during launching. --- shell/view/home/activitiesdonut.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/view/home/activitiesdonut.py b/shell/view/home/activitiesdonut.py index ebdf8bec..8e09006b 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,