summaryrefslogtreecommitdiff
path: root/riscos/global_history.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/global_history.c')
-rw-r--r--riscos/global_history.c2
1 files changed, 1 insertions, 1 deletions
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;