зеркало из https://github.com/mozilla/gecko-dev.git
Bug 928439 - Show HelperApp pageaction for selected tab only [r=wesj]
This commit is contained in:
Родитель
afa0b510fc
Коммит
f36b9f2deb
|
@ -3582,7 +3582,8 @@ Tab.prototype = {
|
|||
}
|
||||
|
||||
// Show page actions for helper apps.
|
||||
HelperApps.updatePageAction(this.browser.currentURI);
|
||||
if (BrowserApp.selectedTab == this)
|
||||
HelperApps.updatePageAction(this.browser.currentURI);
|
||||
|
||||
if (!Reader.isEnabledForParseOnLoad)
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче