Bug 405078 - "When an update is ready "Apply Downloaded Update Now" menu does nothing" (sync nsIUpdatePrompt consumers) [p=dao@mozilla.com (D��o Gottwald) r=sspitzer a=blocking-firefox3+]

This commit is contained in:
reed%reedloden.com 2007-12-21 16:35:43 +00:00
Родитель 39b0eb6262
Коммит a041ed4ae6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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();
}