Bug 239429 - display URL in status bar while using bookmark & history sidebars, follow up fix. patch from Michael Schonfeld <dev@schonfeld.org>, r=me.

This commit is contained in:
mozilla.mano@sent.com 2008-02-21 10:48:14 -08:00
Родитель 07055124db
Коммит 24f596062e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -68,7 +68,7 @@
<!-- overriding -->
<property name="view">
<getter><![CDATA[
return this.treeBoxObject.view;
return this.treeBoxObject.view.QueryInterface(Ci.nsINavHistoryResultTreeViewer);
]]></getter>
<setter><![CDATA[
return this.treeBoxObject.view = val;