[seed] Same Seed: Fix crazy Clutter signal warnings from getting thrown.



commit e031c6b23d0fdfd486bb892ce4eb97665fc90033
Author: Tim Horton <hortont svn gnome org>
Date:   Thu May 7 22:11:33 2009 -0400

    Same Seed: Fix crazy Clutter signal warnings from getting thrown.
---
 examples/same-seed/board.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/same-seed/board.js b/examples/same-seed/board.js
index 18d6165..c3f6661 100644
--- a/examples/same-seed/board.js
+++ b/examples/same-seed/board.js
@@ -262,12 +262,12 @@ Board = new GType({
 						timeline = li.animate_to(new_x, new_y, timeline);
 						
 						// This might go away after we can pass timelines around
-						var nullize_anim = function (asdf, li)
+						/*var nullize_anim = function (asdf, li)
 						{
 							li.anim = null;
 						};
 						
-						timeline.signal.completed.connect(nullize_anim, li);
+						timeline.signal.completed.connect(nullize_anim, li);*/
 					}
 					
 					if(!li.get_closed())



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