зеркало из https://github.com/mozilla/pjs.git
Bug 389891 - Protocol Handling dialog does not actually set nsIHandlerInfo::useHelperApp when using a prefilled helper app. r=gavin.sharp, a=schrep
This commit is contained in:
Родитель
0ac3bbe158
Коммит
7a4a58486b
|
@ -123,7 +123,7 @@ var dialog = {
|
|||
let elm = document.createElement("richlistitem");
|
||||
elm.setAttribute("type", "handler");
|
||||
elm.setAttribute("name", app.name);
|
||||
elm.object = app;
|
||||
elm.obj = app;
|
||||
|
||||
document.getElementById("items").insertBefore(elm, this._itemChoose);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче