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:
scott%scott-macgregor.org
2004-10-04 21:26:35 +00:00
parent d6fd618acb
commit 92c2bb9942

View File

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