summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-03 22:08:29 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-03 22:08:29 +0100
commit59b29930d7c89c53f85d4536bb3657b1c0bd2736 (patch)
tree59f18eda5b99ab6e12786941dcf0db896ad69865 /frontends/amiga/gui.c
parenteb9571ede701defafd2b9685138826a719124b5b (diff)
downloadnetsurf-59b29930d7c89c53f85d4536bb3657b1c0bd2736.tar.gz
netsurf-59b29930d7c89c53f85d4536bb3657b1c0bd2736.tar.bz2
Fix the signalling to the old session of NetSurf from the newly-launched one.
No idea how this ever worked previously, as it was sending commands to the ARexx server instead of NetSurf.
Diffstat (limited to 'frontends/amiga/gui.c')
-rw-r--r--frontends/amiga/gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c
index 9bf1689f1..a05761aa7 100644
--- a/frontends/amiga/gui.c
+++ b/frontends/amiga/gui.c
@@ -1076,7 +1076,8 @@ static void gui_init2(int argc, char** argv)
} else {
sendcmd = ASPrintf("OPEN \"%s\" NEW",nsoption_charp(homepage_url));
}
- ami_arexx_command(sendcmd);
+ ami_arexx_self(sendcmd);
+
FreeVec(sendcmd);
ami_quit=true;