Missed one during final precheckin update/merge.
git-svn-id: svn://10.0.0.236/trunk@44459 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -182,7 +182,7 @@ NS_IMETHODIMP nsFileSpecWithUIImpl::ChooseDirectory(const char *title, char **_r
|
||||
if (fileWidget->GetFolder(nsnull, title, spec) != nsFileDlgResults_OK)
|
||||
rv = NS_FILE_FAILURE;
|
||||
|
||||
rv = mBaseFileSpec->setFromFileSpec(spec);
|
||||
rv = mBaseFileSpec->SetFromFileSpec(spec);
|
||||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user