Builder/StandardErrorDialog.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 11:21:39 +0000 (19:21 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 11:21:39 +0000 (19:21 +0800)
Builder/StandardErrorDialog.js

index a12c6d5..1b98edf 100644 (file)
@@ -24,11 +24,11 @@ StandardErrorDialog=new XObject({
             this.el.show_all();
     },
     listeners : {
-        delete_event : function (self, event) {
+        "delete_event":function (self, event) {
             this.el.hide();
             return true;
         },
-        response : function (self, response_id) {
+        "response":function (self, response_id) {
            this.el.hide();
         }
     }