From c7f0d2f8ea5f6c928d8ac3b5a3a2fed1f4542e25 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 13 Oct 2010 13:41:53 +0800 Subject: [PATCH] XObject.js --- XObject.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/XObject.js b/XObject.js index 4934b95da..f5c2d4006 100644 --- a/XObject.js +++ b/XObject.js @@ -373,7 +373,8 @@ XObject.prototype = { args.unshift(item.el); - + /* + THIS IS IN THE GtkTable wrapper now. if (this.parent && this.parent.xtype == 'GtkTable' && item.pack == 'add') { var c = n % this.parent.config.n_columns; var r = Math.floor(pos/_this.parent.config.n_columns); @@ -385,7 +386,7 @@ XObject.prototype = { ]; } - + */ -- 2.39.2