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
Родитель 424b7e7989
Коммит eb42fc2eed
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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