mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
Use nsISupports.
This commit is contained in:
parent
d6ca496860
commit
ce0f3e0ba2
@ -637,7 +637,7 @@ NS_IMETHODIMP nsMsgFolder::PropagateDelete(nsIMsgFolder *folder, PRBool deleteSt
|
||||
{
|
||||
|
||||
//Remove from list of subfolders.
|
||||
mSubFolders->RemoveElement(child);
|
||||
mSubFolders->RemoveElement(supports);
|
||||
//Remove self as parent
|
||||
child->SetParent(nsnull);
|
||||
nsCOMPtr<nsISupports> childSupports(do_QueryInterface(child));
|
||||
|
Loading…
x
Reference in New Issue
Block a user