From 46e569c481f1c5196fd90b05bd801809355f2d84 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 2 Sep 2013 14:42:53 +0100 Subject: Use TREE_HOTLIST directly. --- riscos/hotlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos') diff --git a/riscos/hotlist.c b/riscos/hotlist.c index 09f8c7165..9b1e9f140 100644 --- a/riscos/hotlist.c +++ b/riscos/hotlist.c @@ -131,7 +131,7 @@ void ro_gui_hotlist_postinitialise(void) tree_hotlist_path = nsoption_charp(hotlist_path); hotlist_window.tv = ro_treeview_create(hotlist_window.window, hotlist_window.toolbar, &ro_hotlist_treeview_callbacks, - hotlist_old_get_tree_flags()); + TREE_HOTLIST); if (hotlist_window.tv == NULL) { LOG(("Failed to allocate treeview")); return; -- cgit v1.2.3