зеркало из https://github.com/mozilla/gecko-dev.git
Bug 266331 - wrong tooltip is used for the feed button when a page which has feeds is being loaded. patch from Phil Ringnalda <bugzilla@philringnalda.com>, r=me.
This commit is contained in:
Родитель
20666ef8fa
Коммит
fbd697499e
|
@ -6156,8 +6156,11 @@ var FeedHandler = {
|
|||
browserForLink.feeds = feeds;
|
||||
if (browserForLink == gBrowser || browserForLink == gBrowser.mCurrentBrowser) {
|
||||
var feedButton = document.getElementById("feed-button");
|
||||
if (feedButton)
|
||||
if (feedButton) {
|
||||
feedButton.setAttribute("feeds", "true");
|
||||
feedButton.setAttribute("tooltiptext",
|
||||
gNavigatorBundle.getString("feedHasFeeds"));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче