XObject.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 09:27:03 +0000 (17:27 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 09:27:03 +0000 (17:27 +0800)
XObject.js

index 3d9d641..cdf8daf 100644 (file)
@@ -209,7 +209,8 @@ XObject.prototype = {
          //   XObject.registry[o.xnsid][o.id] = this;
         //}
         
-        var type = this.xtype.type;
+        var type = GObject.type_name(this.xtype.type);
+        print("MAKE " + type);
         
         
         var _this=this;