From 2dc99f9ae7d48d2dc7efb502774614bae176acc0 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 15 Aug 2013 19:38:00 +0100 Subject: Allow the other front ends to use the hotlist test too. --- 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 fc97a0287..09f8c7165 100644 --- a/riscos/hotlist.c +++ b/riscos/hotlist.c @@ -128,7 +128,7 @@ void ro_gui_hotlist_postinitialise(void) } /* Create the treeview with the window and toolbar. */ - + 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()); -- cgit v1.2.3