From fcffb312dcb597e29aedada07646addc2d9f98e3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 2 Dec 2010 18:41:10 +0800 Subject: [PATCH] XObjectBase/GtkTreeViewColumn.js --- XObjectBase/GtkTreeViewColumn.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XObjectBase/GtkTreeViewColumn.js b/XObjectBase/GtkTreeViewColumn.js index 33edf04b4..6f57ceb58 100644 --- a/XObjectBase/GtkTreeViewColumn.js +++ b/XObjectBase/GtkTreeViewColumn.js @@ -22,14 +22,14 @@ GtkTreeViewColumn = XObject.define( var _t = this; var col = 0; var found = true; - + print("looking for " + this.col_id); parent.items.forEach(function(e){ print ("parent child : " + XObject.type(e.xtype)); if (found) { return true; } - + print("match " + e.col_id); if (e.col_id == _t.col_id) { col = n; found = true; -- 2.39.2