From d5f71aeb4372cc33085763bc3610ca2d7baf94e9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 May 2010 17:18:07 +0800 Subject: [PATCH] test.js --- test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.39.2