Bug 1034043 - Fix remaining use of "awlaysAsk" attribute in applications pref pane. r=Unfocused

This commit is contained in:
2014-07-03 06:04:00 +12:00
parent a7777778f7
commit e589091417
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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",