Fix for bug 24182. For some reason, we cannot set the thread column icon during the load of the window. This is a temporary fix. R=putterman

This commit is contained in:
ducarroz%netscape.com 2000-02-12 00:55:14 +00:00
Родитель 2724242718
Коммит 11364bc982
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -490,7 +490,9 @@ function OnLoadThreadPane(threadTree)
messageDataSource = messageDataSource.QueryInterface(Components.interfaces.nsIRDFDataSource);
threadTree.database.AddDataSource(messageDataSource);
ShowThreads(false);
//FIX ME: Tempory patch for bug 24182
//ShowThreads(false);
setTimeout("ShowThreads(false);", 0);
}
/* Functions for accessing particular parts of the window*/