Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-12-19 19:04:20 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-12-19 19:04:20 (GMT)
commit807044c84bc42194b280a3d61d2733921455866b (patch)
treec0d9a4abde7de3530ba70eaed230d28ccaaf59e0 /shell
parentb7e0ccbf81a7eb503bf8521d7896622920a1aeb4 (diff)
#5526 decrease the frequency of the activity icon during launching.
Diffstat (limited to 'shell')
-rwxr-xr-xshell/view/home/activitiesdonut.py2
1 files changed, 1 insertions, 1 deletions
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,