From a041ed4ae6d6e5e2ccdffccfaad6ad78dc31fc2c Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" Date: Fri, 21 Dec 2007 16:35:43 +0000 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=EF=BF=BD=EF=BF=BDo=20Gottwald)=20r=3Dsspitzer=20a=3Dbl?= =?UTF-8?q?ocking-firefox3+]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- calendar/sunbird/base/content/applicationUtil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/sunbird/base/content/applicationUtil.js b/calendar/sunbird/base/content/applicationUtil.js index efe29c95fa1..80f882c03cd 100644 --- a/calendar/sunbird/base/content/applicationUtil.js +++ b/calendar/sunbird/base/content/applicationUtil.js @@ -324,7 +324,7 @@ function sbCheckForUpdates() // UI instead and let the user know they have to restart the application // 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(); }