From 84dbdbee76387c075b48625775e9e58f60459e8c Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 4 Mar 2011 21:01:43 +0000 Subject: Don't override download dir as it stops the last used dir being remembered svn path=/trunk/netsurf/; revision=11908 --- amiga/download.c | 1 - 1 file changed, 1 deletion(-) 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)) { -- cgit v1.2.3