[gnome-games] Actually, Lights Off still uses Clutter 0.8; update previous commit to respect this



commit 2d2ad91f912f8e34637861d21e9a0bf9b1f7cefa
Author: Tim Horton <hortont hortont com>
Date:   Fri May 1 01:56:48 2009 -0400

    Actually, Lights Off still uses Clutter 0.8; update previous commit to respect this
---
 lightsoff/main.js.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lightsoff/main.js.in b/lightsoff/main.js.in
index 5c03ef0..0389f4d 100755
--- a/lightsoff/main.js.in
+++ b/lightsoff/main.js.in
@@ -4,8 +4,8 @@
 var tiles = 5;
 var tile_size = 75;
 
-imports.gi.versions.Clutter = "0.9";
-imports.gi.versions.GtkClutter = "0.9";
+imports.gi.versions.Clutter = "0.8";
+imports.gi.versions.GtkClutter = "0.8";
 
 Gtk = imports.gi.Gtk;
 Clutter = imports.gi.Clutter;



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