From 0cc28fdc60107d698bcfe16c46201e345738c6a1 Mon Sep 17 00:00:00 2001 From: "reed@reedloden.com" Date: Sun, 25 Nov 2007 11:12:29 -0800 Subject: [PATCH] =?UTF-8?q?Bug=20405078=20-=20"When=20an=20update=20is=20r?= =?UTF-8?q?eady=20"Apply=20Downloaded=20Update=20Now"=20menu=20does=20noth?= =?UTF-8?q?ing"=20(sync=20nsIUpdatePrompt=20consumers)=20[p=3Ddao@mozilla.?= =?UTF-8?q?com=20(D=C3=A3o=20Gottwald)=20r=3Dsspitzer=20a=3Dblocking-firef?= =?UTF-8?q?ox3+]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- browser/base/content/utilityOverlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }