From: Alan Knowles Date: Mon, 17 May 2010 07:04:28 +0000 (+0800) Subject: Builder/Provider/Palete/Gtk.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=3b603e234c7e03b339a4bdb2fee0e28c9bf1c500;p=app.Builder.js Builder/Provider/Palete/Gtk.js --- diff --git a/Builder/Provider/Palete/Gtk.js b/Builder/Provider/Palete/Gtk.js index 26b355019..93d7e9ae3 100644 --- a/Builder/Provider/Palete/Gtk.js +++ b/Builder/Provider/Palete/Gtk.js @@ -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']);