diff --git a/browser/locales/en-US/chrome/browser/preferences/advanced.dtd b/browser/locales/en-US/chrome/browser/preferences/advanced.dtd index 8cb0a6ad8161..01e9bf518ce8 100644 --- a/browser/locales/en-US/chrome/browser/preferences/advanced.dtd +++ b/browser/locales/en-US/chrome/browser/preferences/advanced.dtd @@ -29,6 +29,8 @@ + + diff --git a/toolkit/mozapps/update/content/updates.js b/toolkit/mozapps/update/content/updates.js index 2ed4cf900a20..e6ad0128cca6 100755 --- a/toolkit/mozapps/update/content/updates.js +++ b/toolkit/mozapps/update/content/updates.js @@ -265,6 +265,7 @@ var gDownloadingPage = { update.setAttribute("name", "Firefox 1.0.4"); update.setAttribute("status", "Blah"); update.setAttribute("url", "http://www.bengoodger.com/"); + update.setAttribute("mode", "normal"); update.id = "activeDownloadItem"; var updatesView = document.getElementById("updatesView"); updatesView.appendChild(update); diff --git a/toolkit/mozapps/update/content/updates.xml b/toolkit/mozapps/update/content/updates.xml index 9f4ee024c543..63e8f53b1e28 100644 --- a/toolkit/mozapps/update/content/updates.xml +++ b/toolkit/mozapps/update/content/updates.xml @@ -72,7 +72,7 @@ - +