summaryrefslogtreecommitdiff
path: root/desktop/history_global_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/history_global_core.c')
-rw-r--r--desktop/history_global_core.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/history_global_core.c b/desktop/history_global_core.c
index 3589346ed..771928467 100644
--- a/desktop/history_global_core.c
+++ b/desktop/history_global_core.c
@@ -278,10 +278,10 @@ static bool history_global_initialise_nodes(void)
* \param end_redraw callback function called after every redraw
* \return true on success, false on memory exhaustion
*/
-bool history_global_initialise(struct tree *tree)
+bool history_global_initialise(struct tree *tree, const char* folder_icon_name)
{
- folder_icon = tree_load_icon(tree_directory_icon_name);
- tree_url_node_init();
+ folder_icon = tree_load_icon(folder_icon_name);
+ tree_url_node_init(folder_icon_name);
if (tree == NULL)
return false;