Introspect/Base.js
authorAlan Knowles <alan@akkbhome.com>
Sat, 13 Nov 2010 02:33:34 +0000 (10:33 +0800)
committerAlan Knowles <alan@akkbhome.com>
Sat, 13 Nov 2010 02:33:34 +0000 (10:33 +0800)
Introspect/Base.js

index b9d9846..397fdcf 100644 (file)
@@ -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)