summaryrefslogtreecommitdiff
path: root/amiga/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/history.c')
-rwxr-xr-xamiga/history.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/history.c b/amiga/history.c
index 19ba9aff9..cc161d03f 100755
--- a/amiga/history.c
+++ b/amiga/history.c
@@ -28,7 +28,8 @@ void ami_global_history_initialise(void)
if(!global_history_window) return;
- history_global_initialise(ami_tree_get_tree(global_history_window));
+ history_global_initialise(ami_tree_get_tree(global_history_window),
+ tree_directory_icon_name);
}
void ami_global_history_free()