X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=Introspect%2FBase.js;h=916ebda9d4a47a22f10970309a45ecd212ce3579;hp=765c4a0246c5517b38d8895aca4479d6fe1f8b18;hb=58377493088e4462b69119eeeb92e647246cfeb2;hpb=b1aa4df64d8f9e4a8a2d4074166b5b1bf4516252 diff --git a/Introspect/Base.js b/Introspect/Base.js index 765c4a0..916ebda 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.Repository.find_by_name(gi ,this.ns, this.name); + return gi.find_by_name(this.ns, this.name); }, // on, getwhat, simple list (name), variable to add to. genericBuildList : function( onwhat, type, keylist, saveto)