mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
[widget] MailNews Followup: Require user interaction when picking files or folders v2
98f6ad61f4f3c66209036db4bc7a4ae6ff4d1d3d introduced a boolean, this just passes it down and fixes build bustage of mailnews.
This commit is contained in:
parent
ed1e3a5fcc
commit
99cde7ce7b
2 changed files with 6 additions and 6 deletions
|
|
@ -544,7 +544,7 @@ NS_IMETHODIMP nsAbManager::ExportAddressBook(mozIDOMWindowProxy *aParentWin, nsI
|
|||
ArrayLength(formatStrings), getter_Copies(title));
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
rv = filePicker->Init(aParentWin, title, nsIFilePicker::modeSave);
|
||||
rv = filePicker->Init(aParentWin, title, nsIFilePicker::modeSave, false);
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
filePicker->SetDefaultString(dirName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue