DependTree/Window.bjs
authorAlan Knowles <alan@akkbhome.com>
Wed, 1 Dec 2010 13:21:00 +0000 (21:21 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 1 Dec 2010 13:21:00 +0000 (21:21 +0800)
DependTree/Window.bjs

index ff07584..92315fa 100644 (file)
@@ -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",