mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-28 00:07:28 +00:00
Bug 416899 - invalid handlers listed in the Application Details dialog. r=Mano, a1.9=beltzner
This commit is contained in:
parent
3e79630328
commit
4105896c43
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user