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

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