XObjectBase/GtkTreeViewColumn.js
authorAlan Knowles <alan@akkbhome.com>
Thu, 2 Dec 2010 00:04:48 +0000 (08:04 +0800)
committerAlan Knowles <alan@akkbhome.com>
Thu, 2 Dec 2010 00:04:48 +0000 (08:04 +0800)
XObjectBase/GtkTreeViewColumn.js

index c97d796..c4eef03 100644 (file)
@@ -36,7 +36,7 @@ GtkTreeViewColumn = XObject.define(
                 }
             });
             if (this.items.length) {
-                this.el.add_attribute(this.items[0].el , 'markup',  );
+                this.el.add_attribute(this.items[0].el , 'markup', col );
             }