summaryrefslogtreecommitdiff
path: root/amiga/download.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-03-04 21:01:43 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-03-04 21:01:43 +0000
commit84dbdbee76387c075b48625775e9e58f60459e8c (patch)
tree4dcc4f34cac166f9fdb61272a143a1fce0bec0f4 /amiga/download.c
parent020239fd62330efc2b7ed57dd3b21a9f59d59b1f (diff)
downloadnetsurf-84dbdbee76387c075b48625775e9e58f60459e8c.tar.gz
netsurf-84dbdbee76387c075b48625775e9e58f60459e8c.tar.bz2
Don't override download dir as it stops the last used dir being remembered
svn path=/trunk/netsurf/; revision=11908
Diffstat (limited to 'amiga/download.c')
-rw-r--r--amiga/download.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/amiga/download.c b/amiga/download.c
index e5f700b3a..469490628 100644
--- a/amiga/download.c
+++ b/amiga/download.c
@@ -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))
{