Fixing bug 138462. Patch in here fixes the crash and hang states reported when user clicked on mailto: link and then try to cancel out of the mailnews account wizard, with a new profile. Patch is contributed by Andrew Shultz (ajschultz@eos.nscu.edu). r=bhuvan, sr=bzbarsky

This commit is contained in:
racham%netscape.com 2002-07-30 02:57:19 +00:00
Родитель a06f3fd860
Коммит 439a8f4ec9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -166,7 +166,7 @@ function onCancel()
closeWizard = false;
}
if(top.okCallback) {
if(top.okCallback && closeWizard) {
var state = false;
top.okCallback(state);
}