Bug 257801: Pressing "Cancel" in the "Defer Account?" warning closes the "Advanced Account Settings" dialog

r+sr=bienvenu
This commit is contained in:
Stefan.Borggraefe%gmx.de 2004-09-02 18:19:11 +00:00
Родитель d23fc1338b
Коммит 31bad04f97
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -152,7 +152,7 @@ function onOk()
getService(Components.interfaces.nsIPromptService);
if (!promptService ||
!promptService.confirm(window, confirmTitle, confirmDeferAccount))
return;
return false;
}
switch (radioGroup.value)
{