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

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