mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
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:
parent
2724242718
commit
11364bc982
@ -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*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user