try commenting out hackish refreshSort call that passed |this| to try to fix leaks. r/sr=hewitt

This commit is contained in:
blakeross%telocity.com 2001-12-05 05:37:19 +00:00
Родитель d7ba09d346
Коммит 369d7d281b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -93,7 +93,7 @@
var stringBundleService = Components.classes["@mozilla.org/intl/stringbundle;1"].getService(Components.interfaces.nsIStringBundleService);
var bundleURL = "chrome://communicator/locale/bookmarks/bookmark.properties";
this._bundle = stringBundleService.createBundle(bundleURL, localeService.GetApplicationLocale());
setTimeout(this.refreshSort, 0, this);
// setTimeout(this.refreshSort, 0, this);
]]></constructor>
<destructor><![CDATA[
this.outlinerBuilder.removeObserver(this.builderObserver);