mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
Bug 1034043 - Fix remaining use of "awlaysAsk" attribute in applications pref pane. r=Unfocused
This commit is contained in:
parent
a7777778f7
commit
e589091417
@ -1406,7 +1406,7 @@ var gApplicationsPane = {
|
||||
|
||||
{
|
||||
var askMenuItem = document.createElement("menuitem");
|
||||
askMenuItem.setAttribute("alwaysAsk", "true");
|
||||
askMenuItem.setAttribute("action", Ci.nsIHandlerInfo.alwaysAsk);
|
||||
let label;
|
||||
if (isFeedType(handlerInfo.type))
|
||||
label = this._prefsBundle.getFormattedString("previewInApp",
|
||||
|
@ -1398,7 +1398,7 @@ var gApplicationsPane = {
|
||||
|
||||
{
|
||||
var askMenuItem = document.createElement("menuitem");
|
||||
askMenuItem.setAttribute("alwaysAsk", "true");
|
||||
askMenuItem.setAttribute("action", Ci.nsIHandlerInfo.alwaysAsk);
|
||||
let label;
|
||||
if (isFeedType(handlerInfo.type))
|
||||
label = this._prefsBundle.getFormattedString("previewInApp",
|
||||
|
Loading…
Reference in New Issue
Block a user