gnome-games r8617 - trunk/lightsoff
- From: hortont svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8617 - trunk/lightsoff
- Date: Sun, 25 Jan 2009 09:56:15 +0000 (UTC)
Author: hortont
Date: Sun Jan 25 09:56:15 2009
New Revision: 8617
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8617&view=rev
Log:
Require Clutter 0.8 for Seed; this will fix instances where both Clutter 0.8 and 0.9 are installed side-by-side on a system.
Modified:
trunk/lightsoff/main.js.in
Modified: trunk/lightsoff/main.js.in
==============================================================================
--- trunk/lightsoff/main.js.in (original)
+++ trunk/lightsoff/main.js.in Sun Jan 25 09:56:15 2009
@@ -5,8 +5,8 @@
var tile_size = 75;
Seed.import_namespace("Gtk");
-Seed.import_namespace("Clutter");
-Seed.import_namespace("GtkClutter");
+Seed.import_namespace("Clutter", "0.8");
+Seed.import_namespace("GtkClutter", "0.8");
Seed.import_namespace("GdkPixbuf");
Seed.import_namespace("GConf");
Seed.import_namespace("GLib");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]