From 22704dca333c6859099a6d166831e32e65e9971c Mon Sep 17 00:00:00 2001 From: "mgalli%geckonnection.com" Date: Thu, 16 Feb 2006 20:39:06 +0000 Subject: [PATCH] Fix download toolbar. make sure the [x] clos ebutton is hidden when download starts. --- minimo/chrome/content/minimo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimo/chrome/content/minimo.js b/minimo/chrome/content/minimo.js index 767453f9c95e..60e98eff20ee 100755 --- a/minimo/chrome/content/minimo.js +++ b/minimo/chrome/content/minimo.js @@ -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; },