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
parent 2724242718
commit 11364bc982

View File

@ -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*/