зеркало из https://github.com/mozilla/pjs.git
Bug 552682 - Filepicker is not shown in Fennec when saving file [Qt]. r=dougt
This commit is contained in:
Родитель
6acacecb89
Коммит
bab1f4ff74
|
@ -109,14 +109,15 @@ nsFilePicker::AppendFilter(const nsAString & aTitle, const nsAString & aFilter)
|
|||
NS_IMETHODIMP
|
||||
nsFilePicker::GetDefaultString(nsAString & aDefaultString)
|
||||
{
|
||||
mDefault = aDefaultString;
|
||||
|
||||
return NS_OK;
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsFilePicker::SetDefaultString(const nsAString & aDefaultString)
|
||||
{
|
||||
return NS_ERROR_FAILURE;
|
||||
mDefault = aDefaultString;
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
/* attribute AString defaultExtension; */
|
||||
|
|
Загрузка…
Ссылка в новой задаче