main.js
authorAlan Knowles <alan@roojs.com>
Mon, 10 Sep 2012 02:41:16 +0000 (10:41 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 10 Sep 2012 02:41:16 +0000 (10:41 +0800)
main.js

diff --git a/main.js b/main.js
index e5dc554..eecf659 100755 (executable)
--- a/main.js
+++ b/main.js
@@ -6,7 +6,7 @@ WebKit = imports.gi.WebKit;
 Gtk.init(Seed.argv);
 
 
-Roo.log(Seed.argv[1]);
+print(Seed.argv[1]);
 Seed.exit();
 
 TabbedBrowser = imports.TabbedBrowser;