From 9f35fd3fee6279f0bcd4fa0b3758548bbceaf1ab Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 2 Sep 2013 14:39:04 +0100 Subject: Use TREE_HISTORY directly. --- atari/history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari/history.c') 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); -- cgit v1.2.3