summaryrefslogtreecommitdiff
path: root/atari/history.c
diff options
context:
space:
mode:
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);