Bug 796218. Mark initial social panels' docshells as inactive on creation. r=jaws

This commit is contained in:
Felipe Gomes 2012-10-05 17:22:09 -07:00
parent aa5da72564
commit 08db36b705

View File

@ -711,6 +711,7 @@ var SocialToolbar = {
for (let frame of createdFrames) {
if (frame.docShell) {
frame.docShell.isActive = false;
frame.docShell.QueryInterface(Ci.nsIInterfaceRequestor)
.getInterface(Ci.nsIWebProgress)
.addProgressListener(new SocialErrorListener("notification-panel"),