summaryrefslogtreecommitdiff
path: root/amiga/download.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-05-25 13:59:42 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-05-25 13:59:42 +0100
commitb66775dc53f4117868e66d829d7fc37572865235 (patch)
tree563ac9a95541217f8a5f5eb4ff3caccc32c61dcc /amiga/download.c
parent9751a107057cfe19e16e778e945d76b456d3b434 (diff)
downloadnetsurf-b66775dc53f4117868e66d829d7fc37572865235.tar.gz
netsurf-b66775dc53f4117868e66d829d7fc37572865235.tar.bz2
Prevent ASL from causing delayed menus
Diffstat (limited to 'amiga/download.c')
-rw-r--r--amiga/download.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/amiga/download.c b/amiga/download.c
index e461c5f36..f0a7d0939 100644
--- a/amiga/download.c
+++ b/amiga/download.c
@@ -105,6 +105,8 @@ struct gui_download_window *gui_download_window_create(download_context *ctx,
else
{
if(AslRequestTags(savereq,
+ ASLFR_Window, gui->shared->win,
+ ASLFR_SleepWindow, TRUE,
ASLFR_TitleText,messages_get("NetSurf"),
ASLFR_Screen,scrn,
ASLFR_InitialFile, download_context_get_filename(ctx),
@@ -351,6 +353,8 @@ gui_window_save_link(struct gui_window *g, const char *url, const char *title)
linkname = ASPrintf("Link_to_%s",FilePart(url));
if(AslRequestTags(savereq,
+ ASLFR_Window, g->shared->win,
+ ASLFR_SleepWindow, TRUE,
ASLFR_TitleText,messages_get("NetSurf"),
ASLFR_Screen,scrn,
ASLFR_InitialFile,linkname,