XObjectBase/GtkTreeStore.js
authorAlan Knowles <alan@akkbhome.com>
Wed, 1 Dec 2010 23:53:49 +0000 (07:53 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 1 Dec 2010 23:53:49 +0000 (07:53 +0800)
XObjectBase/GtkTreeStore.js

index f4f9725..5e4c796 100644 (file)
@@ -27,16 +27,6 @@ GtkListStore = XObject.define(
             this.el.add_attribute(this.items[0].el , 'markup', 4  );
 
             
-            XObject.prototype.init.call(this);
-            this.el.set_column_types ( 6, [
-                GObject.TYPE_STRING, 
-                GObject.TYPE_STRING, 
-                GObject.TYPE_STRING, 
-                GObject.TYPE_STRING, 
-                GObject.TYPE_STRING, 
-                GObject.TYPE_STRING 
-            ] );
-            
         }
     }
 );