зеркало из https://github.com/mozilla/pjs.git
fallout from 329586 - make sure places organizer trees find the browser window so they can open bookmarks
This commit is contained in:
Родитель
019aaf869e
Коммит
7ccc21ac93
|
@ -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">
|
||||
|
|
Загрузка…
Ссылка в новой задаче