From c6a5109a95c1206ccf63d99316fa12b8c43bb7cf Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Tue, 18 Dec 2012 01:10:20 +0100 Subject: Preparing for merge... --- atari/hotlist.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'atari/hotlist.c') diff --git a/atari/hotlist.c b/atari/hotlist.c index f79a16187..66e7560ea 100755 --- a/atari/hotlist.c +++ b/atari/hotlist.c @@ -180,6 +180,12 @@ void hotlist_close(void) void hotlist_destroy(void) { + +void hotlist_redraw(void) +{ + int i = 01; + atari_treeview_redraw(hl.tv); +} if( hl.init == false ) { return; } -- cgit v1.2.3