seed r660 - trunk/examples/lightsoff



Author: racarr
Date: Mon Jan  5 08:41:17 2009
New Revision: 660
URL: http://svn.gnome.org/viewvc/seed?rev=660&view=rev

Log:
Make lightsoff work with more versions of Clutter.

Modified:
   trunk/examples/lightsoff/score.js

Modified: trunk/examples/lightsoff/score.js
==============================================================================
--- trunk/examples/lightsoff/score.js	(original)
+++ trunk/examples/lightsoff/score.js	Mon Jan  5 08:41:17 2009
@@ -72,12 +72,14 @@
 				old_set.destroy();
 			
 			bkg_top.raise_top();
+			bkg_top.show();
 			
 			return true;
 		};
 		
 		// Implementation
 		this.add_actor(bkg);
+		bkg.show();
 		
 		for(var i = 0; i < 5; i++)
 		{



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