From b33c5b3b96eeb4101abadff3b40fdc5b2d34b7d5 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Tue, 6 Feb 2001 15:49:33 +0000 Subject: [PATCH] fix for #67388. r=gayatrib, sr=bienvenu --- mailnews/base/resources/content/subscribe.xul | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mailnews/base/resources/content/subscribe.xul b/mailnews/base/resources/content/subscribe.xul index dedc1a17850..46f714b7a0d 100644 --- a/mailnews/base/resources/content/subscribe.xul +++ b/mailnews/base/resources/content/subscribe.xul @@ -36,7 +36,8 @@ Rights Reserved. height="400" id="subscribeWindow" persist="width height screenX screenY" - onload="SubscribeOnLoad()"> + onload="SubscribeOnLoad()" + onclose="Stop()">