From 807044c84bc42194b280a3d61d2733921455866b Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Wed, 19 Dec 2007 19:04:20 +0000 Subject: #5526 decrease the frequency of the activity icon during launching. --- (limited to 'shell') 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, -- cgit v0.9.1