fallout from 329586 - make sure places organizer trees find the browser window so they can open bookmarks

This commit is contained in:
beng%bengoodger.com 2006-03-09 08:42:05 +00:00
Родитель 019aaf869e
Коммит 7ccc21ac93
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -22,7 +22,7 @@
while (item.parent)
item = item.parent;
item.QueryInterface(Ci.nsIInterfaceRequestor);
this._browserWindow = item.getInterface(Ci.nsIDOMWindowInternal);
this._browserWindow = window.opener; //XXX quick hack to make this work again... item.getInterface(Ci.nsIDOMWindowInternal);
]]></constructor>
<method name="init">