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. --- riscos/global_history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/global_history.c') diff --git a/riscos/global_history.c b/riscos/global_history.c index 8eeb924ac..830f17cd9 100644 --- a/riscos/global_history.c +++ b/riscos/global_history.c @@ -112,7 +112,7 @@ void ro_gui_global_history_postinitialise(void) ro_treeview_create(global_history_window.window, global_history_window.toolbar, &ro_global_history_treeview_callbacks, - history_global_get_tree_flags()); + TREE_HISTORY); if (global_history_window.tv == NULL) { LOG(("Failed to allocate treeview")); return; -- cgit v1.2.3