restore removal of blur suppression from rev 1.39 accidentally deleted in rev 1.40. r=bryner

This commit is contained in:
danm-moz%comcast.net 2003-11-09 19:14:09 +00:00
Родитель ea3cd64c21
Коммит 53a844ebdc
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -215,6 +215,8 @@ nsFilePicker.prototype = {
"",
"chrome,modal,titlebar,resizable=yes,dependent=yes",
o);
if (parentWin)
parentWin.blurSuppression = false;
this.mFilterIndex = o.retvals.filterIndex;
this.mFilesEnumerator = o.retvals.files;

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

@ -215,6 +215,8 @@ nsFilePicker.prototype = {
"",
"chrome,modal,titlebar,resizable=yes,dependent=yes",
o);
if (parentWin)
parentWin.blurSuppression = false;
this.mFilterIndex = o.retvals.filterIndex;
this.mFilesEnumerator = o.retvals.files;