Palete/Gtk.js
authorAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 11:58:23 +0000 (19:58 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 11:58:23 +0000 (19:58 +0800)
Palete/Gtk.js

index 1a3872d..3444af8 100644 (file)
@@ -306,7 +306,7 @@ Gtk = XObject.define(
                 var add = {
                     name :  n_original.replace(/\-/g, '_'),
                     type : 'function', //???
-                    desc : this.doc(ename + '.signal.' + n_original)
+                    desc : this.doc(ename + '.' + n_original)
                 };
                 this.genParams(prop,add);
                 mlist.push(add);