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-11-25 11:12:29 -08:00
Родитель d6090a825f
Коммит 0cc28fdc60
1 изменённых файлов: 1 добавлений и 1 удалений

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

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