X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Introspect%2FBase.js;h=0d9e6757ed8b48107c5df1e9bddaf1586e29172c;hb=9e83617006a522213ba82e1b1d21d82ead011d93;hp=397fdcf4b3c7d1ccee7918c2444f141e2b98d54c;hpb=5a751ccb625c752ef11761daa21715979131604c;p=gnome.introspection-doc-generator 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)