зеркало из https://github.com/mozilla/pjs.git
Bug 416899 - invalid handlers listed in the Application Details dialog. r=Mano, a1.9=beltzner
This commit is contained in:
Родитель
e768777822
Коммит
061574dcf4
|
@ -64,6 +64,9 @@ var gAppManagerDialog = {
|
|||
var apps = this.handlerInfo.possibleApplicationHandlers.enumerate();
|
||||
while (apps.hasMoreElements()) {
|
||||
let app = apps.getNext();
|
||||
if (!gApplicationsPane.isValidHandlerApp(app))
|
||||
continue;
|
||||
|
||||
app.QueryInterface(Ci.nsIHandlerApp);
|
||||
var item = list.appendItem(app.name);
|
||||
item.setAttribute("image", gApplicationsPane._getIconURLForHandlerApp(app));
|
||||
|
|
Загрузка…
Ссылка в новой задаче