Bug 909400 - Show helperapps relevant pageaction on tabswitch. r=wesj

This commit is contained in:
Shilpan Bhagat 2013-08-26 13:23:33 -07:00
parent a253a2283d
commit c395678743

View File

@ -2862,6 +2862,7 @@ Tab.prototype = {
this.browser.focus(); this.browser.focus();
this.browser.docShellIsActive = true; this.browser.docShellIsActive = true;
Reader.updatePageAction(this); Reader.updatePageAction(this);
HelperApps.updatePageAction(this.browser.currentURI);
} else { } else {
this.browser.setAttribute("type", "content-targetable"); this.browser.setAttribute("type", "content-targetable");
this.browser.docShellIsActive = false; this.browser.docShellIsActive = false;