gnome-games r8411 - trunk/lightsoff
- From: racarr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8411 - trunk/lightsoff
- Date: Tue, 6 Jan 2009 01:17:38 +0000 (UTC)
Author: racarr
Date: Tue Jan 6 01:17:38 2009
New Revision: 8411
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8411&view=rev
Log:
Fix lightsoff clean files.
Modified:
trunk/lightsoff/Makefile.am
trunk/lightsoff/main.js.in
Modified: trunk/lightsoff/Makefile.am
==============================================================================
--- trunk/lightsoff/Makefile.am (original)
+++ trunk/lightsoff/Makefile.am Tue Jan 6 01:17:38 2009
@@ -26,6 +26,8 @@
main.js \
score.js
+CLEANFILES = $(lojs_DATA)
+
bin_SCRIPTS = \
lightsoff
Modified: trunk/lightsoff/main.js.in
==============================================================================
--- trunk/lightsoff/main.js.in (original)
+++ trunk/lightsoff/main.js.in Tue Jan 6 01:17:38 2009
@@ -27,6 +27,7 @@
Clutter.color_parse("Black", black);
var stage = new Clutter.Stage();
+stage.title = Lightsoff";
stage.signal.hide.connect(function () { Clutter.main_quit(); });
stage.color = black;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]