From: Alan Knowles Date: Tue, 23 Nov 2010 00:11:08 +0000 (+0800) Subject: Introspect/Base.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=ff184963c5957b14a8ba4eca3d5804296c5935e9 Introspect/Base.js --- 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)