whoops, forgot this wee bit of JS.

git-svn-id: svn://10.0.0.236/trunk@50561 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
1999-10-13 05:14:16 +00:00
parent dad4df6919
commit 1caffddc3f

View File

@@ -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()