From f67a2436538b4fee4747f6d9f41b174801d7ef64 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 16 Apr 2007 10:26:17 +0000 Subject: Get rid of the notebook which was causing strange flickering. --- (limited to 'shell/view/home/transitionbox.py') diff --git a/shell/view/home/transitionbox.py b/shell/view/home/transitionbox.py index fc6a866..3d83347 100644 --- a/shell/view/home/transitionbox.py +++ b/shell/view/home/transitionbox.py @@ -51,7 +51,7 @@ class TransitionBox(SpreadBox): self._my_icon = MyIcon(self._scale) self.set_center_item(self._my_icon) - self._animator = animator.Animator(0.3, 30) + self._animator = animator.Animator(0.3) self._animator.connect('completed', self._animation_completed_cb) def _animation_completed_cb(self, anim): -- cgit v0.9.1