main.js
authorChris <chris@roojs.com>
Tue, 17 Sep 2013 09:34:27 +0000 (17:34 +0800)
committerChris <chris@roojs.com>
Tue, 17 Sep 2013 09:34:27 +0000 (17:34 +0800)
main.js

diff --git a/main.js b/main.js
index 86016ed..2e283bc 100755 (executable)
--- a/main.js
+++ b/main.js
@@ -22,6 +22,7 @@ button.set_label('Hello world');
 button.signal.clicked.connect(Gtk.main_quit);
 
 /* Add button to window */
+print(Seed.argv);
 //window.add(button);
 BrowserSettings.home_page = 'http://sg.lifestyleasia.com/videos/video-british-polo-day-singapore-2012/';
 TabbedBrowser.browser = new TabbedBrowser.TabbedBrowser();