From 5783282c0b33c29a3421ed3b4544933f9055e4c7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 13 Nov 2010 10:33:38 +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 397fdcf..0d9e675 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.Repositoryx.find_by_name(gi ,this.ns, this.name); + return GI.Repository.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