mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 15:29:45 +03:00
Don't override download dir as it stops the last used dir being remembered
svn path=/trunk/netsurf/; revision=11908
This commit is contained in:
parent
020239fd62
commit
84dbdbee76
@ -82,7 +82,6 @@ struct gui_download_window *gui_download_window_create(download_context *ctx,
|
||||
if(AslRequestTags(savereq,
|
||||
ASLFR_TitleText,messages_get("NetSurf"),
|
||||
ASLFR_Screen,scrn,
|
||||
ASLFR_InitialDrawer, option_download_dir,
|
||||
ASLFR_InitialFile, download_context_get_filename(ctx),
|
||||
TAG_DONE))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user