Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-04-16 10:26:17 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-04-16 10:26:17 (GMT)
commitf67a2436538b4fee4747f6d9f41b174801d7ef64 (patch)
tree7d3a25409339f414de93b19a2f5f85e8d865be2e /sugar/graphics
parent1b84784d26ce29daa1a94b1cfdeea171dc3476fe (diff)
Get rid of the notebook which was causing strange flickering.
Diffstat (limited to 'sugar/graphics')
-rw-r--r--sugar/graphics/animator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/graphics/animator.py b/sugar/graphics/animator.py
index 1614658..459851b 100644
--- a/sugar/graphics/animator.py
+++ b/sugar/graphics/animator.py
@@ -28,7 +28,7 @@ class Animator(gobject.GObject):
gobject.TYPE_NONE, ([])),
}
- def __init__(self, time, fps, easing=EASE_OUT_EXPO):
+ def __init__(self, time, fps=20, easing=EASE_OUT_EXPO):
gobject.GObject.__init__(self)
self._animations = []
self._time = time