Builder/Provider/Palete/Gtk.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 17 May 2010 07:04:28 +0000 (15:04 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 17 May 2010 07:04:28 +0000 (15:04 +0800)
Builder/Provider/Palete/Gtk.js

index 26b3550..93d7e9a 100644 (file)
@@ -326,7 +326,7 @@ Gtk = XObject.define(
                 if ( ilist.indexOf(iface) > -1) {
                     continue;
                 }
-                this.getPropertiesFor(iface, 'props');
+                this.getPropertiesFor(iface, 'props'); // just load one of them..
                 ilist.push(iface);
                 
                 elist.push.apply(elist,this.proplist[iface]['events']);