summaryrefslogtreecommitdiff
path: root/frontends/amiga/arexx.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2019-05-08 00:35:09 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2019-05-08 00:35:09 +0100
commita5aa53657c6feaf8ddd29ee33f8d5e89138ec996 (patch)
treeb898520ba578958c66185f1993c359c1da768d91 /frontends/amiga/arexx.c
parent1edf8f28480fcb780dc6504022c65b6cc6c019cf (diff)
downloadnetsurf-a5aa53657c6feaf8ddd29ee33f8d5e89138ec996.tar.gz
netsurf-a5aa53657c6feaf8ddd29ee33f8d5e89138ec996.tar.bz2
get the window title from a gui_window
Diffstat (limited to 'frontends/amiga/arexx.c')
-rw-r--r--frontends/amiga/arexx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/amiga/arexx.c b/frontends/amiga/arexx.c
index 6d1bdf12b..5b5f0ea09 100644
--- a/frontends/amiga/arexx.c
+++ b/frontends/amiga/arexx.c
@@ -421,7 +421,7 @@ RXHOOKF(rx_gettitle)
if(ami_gui_get_gui_window_2(gw)->tabs > 1)
strcpy(result, ami_gui_get_tab_title(gw));
else
- strcpy(result, ami_gui_get_gui_window_2(gw)->wintitle);
+ strcpy(result, ami_gui_get_win_title(gw));
}
else
{