зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
39b0eb6262
Коммит
a041ed4ae6
|
@ -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();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче