From 969fbfc948ff6aa3a4dab6e1f1117584e05397fa Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 10 Aug 2012 12:01:12 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 4f515ad3b..43743900d 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -298,6 +298,9 @@ function BuildLists () { //print("TRY child type: " + parent); print(parent + " : says children are of type : " + x.child_type()); + // get the Gtype for the child? + + return true; } -- 2.39.2