X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=test.js;h=843a564355e7fd7e0c1039efb61b1387d57c6229;hb=d5f71aeb4372cc33085763bc3610ca2d7baf94e9;hp=1817d6e2e71f7faa3b878304e35b7251ec4e7ec6;hpb=293d5272ea1973b393b45d0171c8172661685470;p=app.Builder.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();