From 30597091ff2af19fbbd344e48c604dca4ef3c460 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 24 May 2010 17:05:04 +0800 Subject: [PATCH] Sample/EditProject.js --- Sample/EditProject.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Sample/EditProject.js b/Sample/EditProject.js index 9c7cbbed1..b054285a7 100644 --- a/Sample/EditProject.js +++ b/Sample/EditProject.js @@ -122,6 +122,10 @@ EditProject=new XObject({ } return this.get('model').data[ix].xtype; }, + init : function() { + XObject.prototype.init.call(this); + this.el.add_attribute(this.items[0].el , 'markup', 1 ); + }, items : [ { xtype: Gtk.CellRendererText, -- 2.39.2