From 698e0cb7f9c66aa34e752d3cd9c9bcdf50958259 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 25 Jan 2007 19:50:00 +0100 Subject: [PATCH] Actually disable animation --- shell/view/frame/frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/view/frame/frame.py b/shell/view/frame/frame.py index 2aa96532..1e921803 100644 --- a/shell/view/frame/frame.py +++ b/shell/view/frame/frame.py @@ -32,7 +32,7 @@ from sugar.graphics.timeline import Timeline from sugar.graphics.grid import Grid from sugar.graphics.menushell import MenuShell -_ANIMATION = True +_ANIMATION = False class Frame: INACTIVE = 0