Bug #262886 --> Can't open attachments from the mail compose window anymore
git-svn-id: svn://10.0.0.236/trunk@163214 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2598,7 +2598,10 @@ nsAttachmentOpener.prototype =
|
||||
|
||||
getInterface: function(iid)
|
||||
{
|
||||
return this.QueryInterface(iid);
|
||||
if (iid.equals(Components.interfaces.nsIDOMWindowInternal))
|
||||
return window;
|
||||
else
|
||||
return this.QueryInterface(iid);
|
||||
},
|
||||
|
||||
loadCookie: null,
|
||||
|
||||
Reference in New Issue
Block a user