From 4ba57f613bbe406e017f7153e1bd659ed7cb0d89 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 2 Dec 2010 18:43:19 +0800 Subject: [PATCH] DependTree/Window.bjs --- DependTree/Window.bjs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/DependTree/Window.bjs b/DependTree/Window.bjs index e014f504b..456d8aa29 100644 --- a/DependTree/Window.bjs +++ b/DependTree/Window.bjs @@ -50,9 +50,8 @@ { "id": "class-list-store", "xtype": "ListStore", - "|xns": "Gtk", - "|init": "function() {\n XObject.prototype.init.call(this);\n}\n", - "listeners": {} + "|init": " function() \n {\n XObject.prototype.init.call(this);\n this.el.set_column_types ( 6, [\n GObject.TYPE_STRING, \n GObject.TYPE_BOOLEAN, \n GObject.TYPE_STRING, \n GObject.TYPE_STRING, \n GObject.TYPE_STRING, \n GObject.TYPE_STRING \n ] );\n \n }", + "|xns": "Gtk" }, { "title": "Class", -- 2.39.2