Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-01-16 15:44:43 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-01-16 15:44:43 (GMT)
commit55a459e63dab42a6eec758bb2628a588a6295301 (patch)
treee2cb8c46f725883f6dfe7abbc22bab560c124911 /shell
parenta409c4ceec62e02e1565519e17467bfbad6367d6 (diff)
Reduce launch feedback interval to boost launch times
Diffstat (limited to 'shell')
-rw-r--r--shell/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 2359a32..e8d096c 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()