fix crash creating new account, r=caillon, sr=sspitzer 182982
git-svn-id: svn://10.0.0.236/trunk@135088 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
82de7a2bfe
commit
92922c3365
@ -503,7 +503,7 @@ nsMsgIncomingServer::SetFileValue(const char* prefname,
|
||||
rv = NS_FileSpecToIFile(&tempSpec, getter_AddRefs(prefLocal));
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
rv = m_prefBranch->SetComplexValue(fullPrefName.get(), NS_GET_IID(nsIFileSpec),
|
||||
rv = m_prefBranch->SetComplexValue(fullPrefName.get(), NS_GET_IID(nsILocalFile),
|
||||
prefLocal);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user