Fix bug 415253 - Reload causes error in hidden Unifinder [Error: unifinderTreeView.clearEvents is not a function] (regression)

This commit is contained in:
mozilla%kewis.ch 2008-02-06 10:53:31 +00:00
Родитель a5de7bee42
Коммит 3a49d5eb1a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -115,7 +115,7 @@ var unifinderObserver = {
// those operations and refresh as soon as the unifinder is shown
// again.
gUnifinderNeedsRefresh = true;
unifinderTreeView.clearEvents();
unifinderTreeView.clearItems();
}
if (!this.mInBatch) {
refreshEventTree();