From 55a459e63dab42a6eec758bb2628a588a6295301 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 16 Jan 2007 10:44:43 -0500 Subject: [PATCH] Reduce launch feedback interval to boost launch times --- 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 2359a32f..e8d096cb 100644 --- a/shell/view/home/activitiesdonut.py +++ b/shell/view/home/activitiesdonut.py @@ -44,7 +44,7 @@ def html_to_rgb(html_color): return (r, g, b) class ActivityIcon(CanvasIcon): - _INTERVAL = 150 + _INTERVAL = 250 def __init__(self, activity): icon_name = activity.get_icon_name()