whoops, forgot this wee bit of JS.

This commit is contained in:
sspitzer%netscape.com 1999-10-13 05:14:16 +00:00
Родитель b9cf81c403
Коммит 7e6e7a39e9
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

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