From 1caffddc3fa6b5d4b61fe3333567af6741d42934 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Wed, 13 Oct 1999 05:14:16 +0000 Subject: [PATCH] whoops, forgot this wee bit of JS. git-svn-id: svn://10.0.0.236/trunk@50561 18797224-902f-48f8-a5cc-f745e15eee43 --- .../compose/resources/content/MsgComposeCommands.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js b/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js index fbefef898ca..9f3eb5c7e65 100644 --- a/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js +++ b/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js @@ -242,8 +242,14 @@ function ComposeStartup() function MsgAccountWizard() { + var result = {refresh: false}; + window.openDialog("chrome://messenger/content/AccountWizard.xul", "AccountWizard", "chrome,modal", result); + + if (result.refresh) { + dump("anything to refresh here?\n"); + } } function MigratePrefsIfNecessary()