summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-10-23 13:15:44 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-10-23 13:15:44 +0000
commitc1afe81e063c7c9202a391228f1f9833170d7c3a (patch)
tree9ac0e2d70ffe984b24a3f1ffd6c93a71ad3c82ca /amiga/gui.c
parent4bb6da7cd3d015612bc4a96bef3d19facffb8870 (diff)
downloadnetsurf-c1afe81e063c7c9202a391228f1f9833170d7c3a.tar.gz
netsurf-c1afe81e063c7c9202a391228f1f9833170d7c3a.tar.bz2
Complete extended context menus
svn path=/trunk/netsurf/; revision=13076
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 1ebb1d781..df96e8bee 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -1426,7 +1426,8 @@ void ami_handle_msg(void)
break;
case 's':
- ami_file_save_req(AMINS_SAVE_SOURCE, gwin, gwin->bw->current_content);
+ ami_file_save_req(AMINS_SAVE_SOURCE, gwin,
+ gwin->bw->current_content, NULL);
break;
case 'p':