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. --- amiga/history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/history.c') 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; -- cgit v1.2.3