diff --git a/browser/base/content/utilityOverlay.js b/browser/base/content/utilityOverlay.js index 9a1959032ed0..ca4a51f940e5 100644 --- a/browser/base/content/utilityOverlay.js +++ b/browser/base/content/utilityOverlay.js @@ -422,7 +422,7 @@ function checkForUpdates() // UI instead and let the user know they have to restart the browser for // the changes to be applied. if (um.activeUpdate && um.activeUpdate.state == "pending") - prompter.showUpdateDownloaded(um.activeUpdate); + prompter.showUpdateDownloaded(um.activeUpdate, false); else prompter.checkForUpdates(); }