From: Alan Knowles Date: Fri, 14 May 2010 09:18:07 +0000 (+0800) Subject: test.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=d5f71aeb4372cc33085763bc3610ca2d7baf94e9 test.js --- diff --git a/test.js b/test.js index 1817d6e2e..843a56435 100644 --- a/test.js +++ b/test.js @@ -5,5 +5,5 @@ XObject = imports.XObject.XObject; _top=new XObject({xtype: Gtk.Window, "type":Gtk.WindowType.TOPLEVEL, "id":"builder-0", "xtreepath":"0"}) ;_top.init(); _top.el.show_all(); - -Gtk.main();; +Gtk.init(null,null); +Gtk.main();