зеркало из https://github.com/mozilla/gecko-dev.git
Bug 322833 - PFS gets stuck at license. r=rob_strong
This commit is contained in:
Родитель
640826888a
Коммит
d65626a1e6
|
@ -137,6 +137,8 @@ nsPluginInstallerWizard.prototype.showPluginList = function (){
|
|||
for (var run = myPluginList.childNodes.length; run > 0; run--)
|
||||
myPluginList.removeChild(myPluginList.childNodes.item(run));
|
||||
|
||||
this.pluginsToInstallNum = 0;
|
||||
|
||||
for (pluginInfoItem in this.mPluginInfoArray){
|
||||
// [plugin image] [Plugin_Name Plugin_Version]
|
||||
|
||||
|
@ -154,6 +156,9 @@ nsPluginInstallerWizard.prototype.showPluginList = function (){
|
|||
|
||||
if (pluginInfo.InstallerShowsUI == "true")
|
||||
hasPluginWithInstallerUI = true;
|
||||
|
||||
// keep a running count of plugins the user wants to install
|
||||
this.pluginsToInstallNum++;
|
||||
}
|
||||
|
||||
if (hasPluginWithInstallerUI)
|
||||
|
|
Загрузка…
Ссылка в новой задаче