From bde4303f3e428d3b905ac94484fb5b32d898142f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 12 Nov 2010 07:38:12 +0800 Subject: [PATCH] Introspect/NameSpace.js --- Introspect/NameSpace.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introspect/NameSpace.js b/Introspect/NameSpace.js index ff0ea9a..8662d00 100644 --- a/Introspect/NameSpace.js +++ b/Introspect/NameSpace.js @@ -153,7 +153,7 @@ NameSpace = { clsGatherInterfaces : function(ns, cls) { var gi = GI.Repository.get_default(); - var bb = ns.find_by_name(cls); + var bb = gi.find_by_name(ns, cls); var fullname = ns+'.'+cls; this.ifaceList = this.ifaceList || { }; -- 2.39.2