From 31bad04f97d9a118ceefc58d5278a94ecd7edd06 Mon Sep 17 00:00:00 2001 From: "Stefan.Borggraefe%gmx.de" Date: Thu, 2 Sep 2004 18:19:11 +0000 Subject: [PATCH] Bug 257801: Pressing "Cancel" in the "Defer Account?" warning closes the "Advanced Account Settings" dialog r+sr=bienvenu --- mailnews/base/prefs/resources/content/am-server-advanced.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/base/prefs/resources/content/am-server-advanced.js b/mailnews/base/prefs/resources/content/am-server-advanced.js index e0d7adf9b8bd..d4eb1a54e681 100644 --- a/mailnews/base/prefs/resources/content/am-server-advanced.js +++ b/mailnews/base/prefs/resources/content/am-server-advanced.js @@ -152,7 +152,7 @@ function onOk() getService(Components.interfaces.nsIPromptService); if (!promptService || !promptService.confirm(window, confirmTitle, confirmDeferAccount)) - return; + return false; } switch (radioGroup.value) {