From 59b29930d7c89c53f85d4536bb3657b1c0bd2736 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 3 Jul 2016 22:08:29 +0100 Subject: 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. --- frontends/amiga/gui.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontends/amiga/gui.c') 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; -- cgit v1.2.3