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
git-svn-id: svn://10.0.0.236/trunk@60552 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user