Fix download toolbar. make sure the [x] clos ebutton is hidden when download starts.

This commit is contained in:
mgalli%geckonnection.com 2006-02-16 20:39:06 +00:00
Родитель 92aa377489
Коммит 22704dca33
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1413,7 +1413,7 @@ TransferItem.prototype = {
document.getElementById("toolbar-download-tag").setAttribute("reveal",aTarget.spec);
document.getElementById("toolbar-download-tag").setAttribute("sourcelocation",aSource.spec);
document.getElementById("toolbar-download-tag").inputField.style.backgroundColor="lightgreen";
document.getElementById("download-close").hidden=true;
},