Sample/Window.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 14 Oct 2010 09:32:25 +0000 (17:32 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 14 Oct 2010 09:32:25 +0000 (17:32 +0800)
Sample/Window.js

index dd10c4c..2de9b14 100644 (file)
@@ -2757,8 +2757,8 @@ Window=new XObject({
                                                                                 {
                                                                                     xtype: Gtk.Button,
                                                                                     listeners : {
-                                                                                        activate : function (self) {
-                                                                                           this.get('/RightBrowser.view').renderJS(null,true);
+                                                                                        clicked : function (self) {
+                                                                                          this.get('/RightBrowser.view').renderJS(null,true);
                                                                                         }
                                                                                     },
                                                                                     label : "Redraw",