From 5a751ccb625c752ef11761daa21715979131604c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 13 Nov 2010 10:33:34 +0800 Subject: [PATCH] Introspect/Base.js --- Introspect/Base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introspect/Base.js b/Introspect/Base.js index b9d9846..397fdcf 100644 --- a/Introspect/Base.js +++ b/Introspect/Base.js @@ -90,7 +90,7 @@ Base = XObject.define( getBI : function() { var gi = GI.Repository.get_default(); - return gi.find_by_name(this.ns, this.name); + return GI.Repositoryx.find_by_name(gi ,this.ns, this.name); }, // on, getwhat, simple list (name), variable to add to. genericBuildList : function( onwhat, type, keylist, saveto) -- 2.39.2