summaryrefslogtreecommitdiff
path: root/amiga/history_local.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-16 16:40:41 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-16 16:40:41 +0000
commit0966b8097ccd89c65989b76e4a960e7ecb788892 (patch)
treef09361109029ac8d22f25d8f318ae9a858e8aa8c /amiga/history_local.c
parent20705189b9bb5e034544800dba8e16517a7d8ba3 (diff)
downloadnetsurf-0966b8097ccd89c65989b76e4a960e7ecb788892.tar.gz
netsurf-0966b8097ccd89c65989b76e4a960e7ecb788892.tar.bz2
Allocate screen title when first needed and keep it private to amiga/gui.c
Diffstat (limited to 'amiga/history_local.c')
-rwxr-xr-xamiga/history_local.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/history_local.c b/amiga/history_local.c
index 8c95122d1..069d8b665 100755
--- a/amiga/history_local.c
+++ b/amiga/history_local.c
@@ -117,8 +117,8 @@ void ami_history_open(struct gui_window *gw, struct history *history)
gw->hw->scrollerhook.h_Data = gw->hw;
gw->hw->objects[OID_MAIN] = WindowObject,
- WA_ScreenTitle,nsscreentitle,
- WA_Title,messages_get("History"),
+ WA_ScreenTitle, ami_gui_get_screen_title(),
+ WA_Title, messages_get("History"),
WA_Activate, TRUE,
WA_DepthGadget, TRUE,
WA_DragBar, TRUE,