Bug 464835 - Update prompt comes up too often - backout changes from bug 324121. r=dtownsend

This commit is contained in:
Robert Strong 2009-01-05 11:00:19 -08:00
Родитель e340211d88
Коммит dbf15fd458
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -1523,10 +1523,7 @@ var gFinishedPage = {
* in the wizard after an update has been downloaded.
*/
onExtra1: function() {
var updatePrompt = CoC["@mozilla.org/updates/update-prompt;1"].
createInstance(CoI.nsIUpdatePrompt);
// XXXrstrong - showUpdateDownloaded is broken (see bug 462568)
updatePrompt.showUpdateDownloaded(gUpdates.update, true);
// XXXrstrong - reminding the user to restart is broken (see bug 464835)
gUpdates.wiz.cancel();
}
};