summaryrefslogtreecommitdiff
path: root/atari/history.c
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 /atari/history.c
parent128fdbec438f951348eb70829ab90b423e271d66 (diff)
downloadnetsurf-9f35fd3fee6279f0bcd4fa0b3758548bbceaf1ab.tar.gz
netsurf-9f35fd3fee6279f0bcd4fa0b3758548bbceaf1ab.tar.bz2
Use TREE_HISTORY directly.
Diffstat (limited to 'atari/history.c')
-rwxr-xr-xatari/history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/history.c b/atari/history.c
index fd4e8f5d1..b17f2c239 100755
--- a/atari/history.c
+++ b/atari/history.c
@@ -117,7 +117,7 @@ bool atari_global_history_init( void )
}
wind_set_str(handle, WF_NAME, (char*)messages_get("GlobalHistory"));
- gl_history.tv = atari_treeview_create(history_global_get_tree_flags(),
+ gl_history.tv = atari_treeview_create(TREE_HISTORY,
gl_history.window, handle_event);
gemtk_wm_unlink(gl_history.window);