From 6883ec29e93689240692c68a971ef3fbcff97314 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Dec 2010 21:21:00 +0800 Subject: [PATCH] DependTree/Window.bjs --- DependTree/Window.bjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DependTree/Window.bjs b/DependTree/Window.bjs index ff07584a9..92315fa38 100644 --- a/DependTree/Window.bjs +++ b/DependTree/Window.bjs @@ -7,9 +7,8 @@ "items": [ { "xtype": "Window", + "|init": "function() {\n XObject.prototype.init.call(this);\n this.el.show_all();\n}\n", "|xns": "Gtk", - "|init": "function() {\n XObject.prototype.init.call(this);\n}\n", - "listeners": {}, "items": [ { "xtype": "HBox", -- 2.39.2