[seed] Same Seed: More single-timeline cleanup.



commit 35b5a81526f60979241c9dc07b5d97e83056cadc
Author: Tim Horton <hortont svn gnome org>
Date:   Thu May 7 22:59:57 2009 -0400

    Same Seed: More single-timeline cleanup.
---
 examples/same-seed/board.js |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/examples/same-seed/board.js b/examples/same-seed/board.js
index c64fdef..6914a1e 100644
--- a/examples/same-seed/board.js
+++ b/examples/same-seed/board.js
@@ -277,14 +277,12 @@ Board = new GType({
 				if(!empty_col)
 					real_x++;
 			}
-			
-			anim_timeline.start();
-			
-			if(anim_timeline && li.anim)
-						// This needs to be changed when we get the ability
-						// to pass timelines around.... will fix bugs on
-						// slower machines / boards with many tiles
+
+			if(anim_timeline)
+            {
 				anim_timeline.signal.completed.connect(done_animating);
+				anim_timeline.start();
+			}
 			else
 				animating = false;
 			



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]