From 6abc8f62bb8cd36ae9550bad55f3f5fa77b89976 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 27 May 2010 16:08:37 +0800 Subject: [PATCH] Builder/StandardErrorDialog.js --- Builder/StandardErrorDialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Builder/StandardErrorDialog.js b/Builder/StandardErrorDialog.js index 1b98edf7d..a12c6d5be 100644 --- a/Builder/StandardErrorDialog.js +++ b/Builder/StandardErrorDialog.js @@ -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(); } } -- 2.39.2