reinstate rev 1.38 without breaking testgtkembed: focus and notify all common dialogs. somewhat experimental fix for bug 53345. r=pinkerton,sfraser

This commit is contained in:
danm%netscape.com 2001-11-29 01:52:25 +00:00
Родитель 1a4b443c13
Коммит 99f630dfed
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -182,6 +182,9 @@ function commonDialogOnLoad()
break;
}
}
focus();
GetAttention();
}
function setCheckbox(aChkMsg, aChkValue)