From e7b927c8e5927ef07e68b279cf114f2766bc657a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 9 Jun 2012 16:46:27 +0800 Subject: [PATCH] Introspect/NameSpace.js --- Introspect/NameSpace.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Introspect/NameSpace.js b/Introspect/NameSpace.js index d4bf86e..7db7ed5 100644 --- a/Introspect/NameSpace.js +++ b/Introspect/NameSpace.js @@ -98,10 +98,9 @@ NameSpace = { for (var i=0; i < gi.get_n_infos (ns); i++ ) { var info = gi.get_info (ns, i); - print(JSON.stringify(info)); // print("NAME: " + info.get_name()); //continue; - var info_type = info.get_type(); + var info_type = GI.base_info_get_type (info.get_type(); // print("Type: " + info_type); switch(info_type) { case GI.InfoType.OBJECT: -- 2.39.2