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

index c3e1f16..c75fdb2 100644 (file)
@@ -235,12 +235,7 @@ XObject.prototype = {
         
         // delete this.listeners ?
         // do again so child props work!
-        for (var i in this.config) {
-            if (i[0] != '.') { // problem with Gtk.Window... - not decided on a better way to handle this.
-                continue;
-            }
-            this.parent.el.child_set_property(this.el, i.substring(1), this.config[i]);
-        }
+       
         // do we need to call 'init here?'
     },