XObjectBase/GtkTreeViewColumn.js
[app.Builder.js] / XObjectBase / GtkTreeViewColumn.js
index 6f57ceb..785b93e 100644 (file)
@@ -21,15 +21,14 @@ GtkTreeViewColumn = XObject.define(
             var n = 0;
             var _t = this;
             var col = 0;
-            var found = true; 
-            print("looking for " + this.col_id);
+            var found = false; 
+             
             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;