summaryrefslogtreecommitdiff
path: root/amiga/hotlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/hotlist.c')
-rwxr-xr-xamiga/hotlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/hotlist.c b/amiga/hotlist.c
index f90f3645e..6469cbd90 100755
--- a/amiga/hotlist.c
+++ b/amiga/hotlist.c
@@ -28,7 +28,8 @@ void ami_hotlist_initialise(const char *hotlist_file)
if(!hotlist_window) return;
hotlist_initialise(ami_tree_get_tree(hotlist_window),
- hotlist_file);
+ hotlist_file,
+ tree_directory_icon_name);
}
void ami_hotlist_free(const char *hotlist_file)