summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-09-02 14:39:04 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-09-02 14:39:04 +0100
commit9f35fd3fee6279f0bcd4fa0b3758548bbceaf1ab (patch)
treed589c3fd6e28b098a831816695d463e3493ced0c /amiga
parent128fdbec438f951348eb70829ab90b423e271d66 (diff)
downloadnetsurf-9f35fd3fee6279f0bcd4fa0b3758548bbceaf1ab.tar.gz
netsurf-9f35fd3fee6279f0bcd4fa0b3758548bbceaf1ab.tar.bz2
Use TREE_HISTORY directly.
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/history.c b/amiga/history.c
index cc161d03f..23a6a709f 100755
--- a/amiga/history.c
+++ b/amiga/history.c
@@ -24,7 +24,7 @@
void ami_global_history_initialise(void)
{
- global_history_window = ami_tree_create(history_global_get_tree_flags(), NULL);
+ global_history_window = ami_tree_create(TREE_HISTORY, NULL);
if(!global_history_window) return;