XObjectBase/GtkListStore.js
authorAlan Knowles <alan@akkbhome.com>
Wed, 1 Dec 2010 13:22:38 +0000 (21:22 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 1 Dec 2010 13:22:38 +0000 (21:22 +0800)
XObjectBase/GtkListStore.js

index 8706cd6..b426cfa 100644 (file)
@@ -17,7 +17,8 @@ GtkListStore = XObject.define(
     XObject,
     {
         pack : 'set_model',
-        init : function() {
+        init : function() 
+        {
             this.el.set_column_types ( 6, [
                 GObject.TYPE_STRING, 
                 GObject.TYPE_STRING,