summaryrefslogtreecommitdiff
path: root/amiga/arexx.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-31 17:58:27 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-31 17:58:27 +0000
commitcd0bcc421a2ae5a4bf64f4e21c92a0004ef7ece8 (patch)
tree95c40cb2c6907de7eae5b3507e77c69d1c9c104d /amiga/arexx.c
parentcc0abb66b092f2198e1931ee6921fe79da4ed94d (diff)
downloadnetsurf-cd0bcc421a2ae5a4bf64f4e21c92a0004ef7ece8.tar.gz
netsurf-cd0bcc421a2ae5a4bf64f4e21c92a0004ef7ece8.tar.bz2
Add an option to close inactive tabs to the tab bar context menu
Diffstat (limited to 'amiga/arexx.c')
-rw-r--r--amiga/arexx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/arexx.c b/amiga/arexx.c
index 1960af0c1..412fc4056 100644
--- a/amiga/arexx.c
+++ b/amiga/arexx.c
@@ -614,7 +614,7 @@ STATIC VOID rx_close(struct ARexxCmd *cmd, struct RexxMsg *rxm __attribute__((un
gw = ami_find_tab(*(ULONG *)cmd->ac_ArgList[0], *(ULONG *)cmd->ac_ArgList[1]);
else if(cmd->ac_ArgList[0])
{
- ami_close_all_tabs(gw->shared);
+ ami_gui_close_window(gw->shared);
return;
}