[anjuta] project-wizard: bgo#606596 - Javascript template doesn't make sense



commit 93967da07e0923ed9551f2958fc39951410f4f44
Author: Johannes Schmid <jhs gnome org>
Date:   Wed Mar 3 22:45:48 2010 +0100

    project-wizard: bgo#606596 -  Javascript template doesn't make sense

 .../templates/js_minimal/src/main.js               |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/plugins/project-wizard/templates/js_minimal/src/main.js b/plugins/project-wizard/templates/js_minimal/src/main.js
index 92e6b35..e255841 100644
--- a/plugins/project-wizard/templates/js_minimal/src/main.js
+++ b/plugins/project-wizard/templates/js_minimal/src/main.js
@@ -1,5 +1,6 @@
-const GLib = imports.gi.DBus;
+const GLib = imports.gi.GLib;
 
 function start() {
-	log("Hello World!");
+        print("Hello World!");
 }
+



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