зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
a06f3fd860
Коммит
439a8f4ec9
|
@ -166,7 +166,7 @@ function onCancel()
|
|||
closeWizard = false;
|
||||
}
|
||||
|
||||
if(top.okCallback) {
|
||||
if(top.okCallback && closeWizard) {
|
||||
var state = false;
|
||||
top.okCallback(state);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче