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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user