diff --git a/mozilla/mailnews/base/resources/content/shareglue.js b/mozilla/mailnews/base/resources/content/shareglue.js index e1c1a800e0c..0c31dcb7cfb 100644 --- a/mozilla/mailnews/base/resources/content/shareglue.js +++ b/mozilla/mailnews/base/resources/content/shareglue.js @@ -33,7 +33,7 @@ function WizardPage() {} function CloseMessenger() { dump("\nClose from XUL\nDo something...\n"); - messenger.Close(); + window.close(); } function CharacterSet(){}